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
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 ### Fixed
- Bug in the mass edit routines. - 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 - Sneaky bug in the import routine, fixed by @Bonno
## [3.10.1] - 2016-08-25 ## [3.10.1] - 2016-08-25

View File

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

View File

@@ -12,12 +12,5 @@
declare(strict_types = 1); declare(strict_types = 1);
return [ return [
'text' => [ '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',
],
]; ];

View File

@@ -84,7 +84,7 @@ return [
'destination_accounts' => 'Destination account(s)', 'destination_accounts' => 'Destination account(s)',
'user_id_is' => 'Your user id is <strong>:user</strong>', '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>.', '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', 'nothing_to_display' => 'There are no transactions to show you',
'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
'expenses_by_category' => 'Expenses by category', 'expenses_by_category' => 'Expenses by category',

View File

@@ -34,7 +34,7 @@
This can help fix the bug you just encountered. This can help fix the bug you just encountered.
</p> </p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> <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>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> <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: 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: 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! There is a help-icon in the top right corner of each page. If you need help, click it!
</li> </li>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> <li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If you haven't already, please read the If you haven't already, please read the <a style="color:#337ab7" href="https://firefly-iii.github.io/description/">full description</a>.
<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!
</li> </li>
</ul> </ul>
{% include 'emails.footer-html' %} {% include 'emails.footer-html' %}

View File

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

View File

@@ -139,7 +139,7 @@
<div class="pull-right hidden-xs"> <div class="pull-right hidden-xs">
<b>Version</b> {{ Config.get('firefly.version') }} <b>Version</b> {{ Config.get('firefly.version') }}
</div> </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> </footer>
{% include('partials.control-bar') %} {% include('partials.control-bar') %}