Updated various links to reflect the new repository location [skip ci]

This commit is contained in:
James Cole 2017-01-01 20:32:39 +01:00
parent 3191a6c12b
commit 49982d6eb1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
9 changed files with 11 additions and 25 deletions

View File

@ -298,7 +298,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Bug in the mass edit routines.
- Firefly III over a proxy will now work (see [issue #290](https://github.com/JC5/firefly-iii/issues/290)), thanks @dfiel for reporting.
- Firefly III over a proxy will now work (see [issue #290](https://github.com/firefly-iii/firefly-iii/issues/290)), thanks @dfiel for reporting.
- Sneaky bug in the import routine, fixed by @Bonno
## [3.10.1] - 2016-08-25

View File

@ -15,13 +15,13 @@
"management"
],
"license": "MIT",
"homepage": "https://github.com/JC5/firefly-iii",
"homepage": "https://github.com/firefly-iii/firefly-iii",
"type": "project",
"authors": [
{
"name": "James Cole",
"email": "thegrumpydictator@gmail.com",
"homepage": "https://github.com/JC5",
"homepage": "https://github.com/firefly-iii",
"role": "Developer"
}
],

View File

@ -12,12 +12,5 @@
declare(strict_types = 1);
return [
'text' => [
'3.7' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0',
'3.8' => 'This version of Firefly III requires PHP 7.0.',
'3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10',
'4.0' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0',
'4.1' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0',
],
'text' => [],
];

View File

@ -84,7 +84,7 @@ return [
'destination_accounts' => 'Destination account(s)',
'user_id_is' => 'Your user id is <strong>:user</strong>',
'field_supports_markdown' => 'This field supports <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'If you need more help using Firefly III, please <a href="https://github.com/JC5/firefly-iii/issues">open a ticket on Github</a>.',
'need_more_help' => 'If you need more help using Firefly III, please <a href="https://github.com/firefly-iii/firefly-iii/issues">open a ticket on Github</a>.',
'nothing_to_display' => 'There are no transactions to show you',
'show_all_no_filter' => 'Show all transactions without grouping them by date.',
'expenses_by_category' => 'Expenses by category',

View File

@ -34,7 +34,7 @@
This can help fix the bug you just encountered.
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If you prefer, you can also open a new issue on <a href="https://github.com/JC5/firefly-iii/issues/new">Github</a>.
If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues/new">Github</a>.
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">

View File

@ -21,7 +21,7 @@ the bug you just encountered.
If you prefer, you can also open a new issue here:
https://github.com/JC5/firefly-iii/issues/new
https://github.com/firefly-iii/firefly-iii/issues/new
The full stacktrace is below:

View File

@ -12,13 +12,7 @@
There is a help-icon in the top right corner of each page. If you need help, click it!
</li>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If you haven't already, please read the
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/First-use">first use guide</a> and the
<a style="color:#337ab7" href="http://jc5.github.io/firefly-iii//description/">full description</a>.
</li>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If this installation of Firefly is configured to send activation mails as well, you should get an activation
link very soon!
If you haven't already, please read the <a style="color:#337ab7" href="https://firefly-iii.github.io/description/">full description</a>.
</li>
</ul>
{% include 'emails.footer-html' %}

View File

@ -14,8 +14,7 @@ Password reset:
{{ address }}/password/reset
Documentation:
https://github.com/JC5/firefly-iii/wiki/First-use
http://jc5.github.io/firefly-iii//description/
https://github.com/firefly-iii/firefly-iii
https://firefly-iii.github.io/
The registration has been created from IP {{ ip }}
{% include 'emails.footer-text' %}

View File

@ -139,7 +139,7 @@
<div class="pull-right hidden-xs">
<b>Version</b> {{ Config.get('firefly.version') }}
</div>
<strong><a href="https://github.com/JC5/firefly-iii">Firefly III</a></strong>
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong>
</footer>
{% include('partials.control-bar') %}