mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated links to use v2 docs (#1036)
no issue - found some more v1 links
This commit is contained in:
parent
81ef283c06
commit
d0eb4eb992
8
ghost/admin/.github/CONTRIBUTING.md
vendored
8
ghost/admin/.github/CONTRIBUTING.md
vendored
@ -4,15 +4,15 @@ For **help**, **support** and **questions** please use **[our forum](https://for
|
||||
|
||||
---
|
||||
|
||||
If you're [raising a bug](https://docs.ghost.org/v1/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/v1/docs/contributing#bug-template) so that we can fix it!
|
||||
If you're [raising a bug](https://docs.ghost.org/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/docs/contributing#bug-template) so that we can fix it!
|
||||
|
||||
---
|
||||
|
||||
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
|
||||
---
|
||||
|
||||
**Our [Full Contributor Guide](https://docs.ghost.org/v1/docs/contributing)** covers everything you'll need to get started as a contributor 😁
|
||||
**Our [Full Contributor Guide](https://docs.ghost.org/docs/contributing)** covers everything you'll need to get started as a contributor 😁
|
||||
|
||||
|
||||
*Quick Links:*
|
||||
@ -20,7 +20,7 @@ If you've **got some code** ✨ you want to [pull request](https://docs.ghost.or
|
||||
- [user documentation](https://help.ghost.org)
|
||||
- [themes documentation](https://themes.ghost.org)
|
||||
- [api documentation](https://api.ghost.org)
|
||||
- [self-hoster guide](http://docs.ghost.org/v1/)
|
||||
- [self-hoster guide](http://docs.ghost.org/)
|
||||
- [community guidelines](https://ghost.org/conduct/)
|
||||
- [dev blog](http://dev.ghost.org)
|
||||
|
||||
|
@ -229,7 +229,7 @@ export default Controller.extend({
|
||||
invitationsString = erroredEmails.length > 1 ? ' invitations: ' : ' invitation: ';
|
||||
message = `Failed to send ${erroredEmails.length} ${invitationsString}`;
|
||||
message += erroredEmails.join(', ');
|
||||
message += '. Please check your email configuration, see <a href=\'https://docs.ghost.org/v1.0.0/docs/mail-config\' target=\'_blank\'>https://docs.ghost.org/v1.0.0/docs/mail-config</a> for instructions';
|
||||
message += '. Please check your email configuration, see <a href=\'https://docs.ghost.org/docs/mail-config\' target=\'_blank\'>https://docs.ghost.org/v1.0.0/docs/mail-config</a> for instructions';
|
||||
|
||||
message = htmlSafe(message);
|
||||
notifications.showAlert(message, {type: 'error', delayed: successCount > 0, key: 'signup.send-invitations.failed'});
|
||||
|
@ -120,7 +120,7 @@
|
||||
}}
|
||||
<div class="gh-setting-content">
|
||||
<div class="gh-setting-title">Redirects</div>
|
||||
<div class="gh-setting-desc">Configure redirects for old or moved content, more info in <a href="https://docs.ghost.org/v1/docs/redirects">the docs</a></div>
|
||||
<div class="gh-setting-desc">Configure redirects for old or moved content, more info in <a href="https://docs.ghost.org/docs/redirects">the docs</a></div>
|
||||
{{#each uploader.errors as |error|}}
|
||||
<div class="gh-setting-error" data-test-error="redirects">{{error.message}}</div>
|
||||
{{/each}}
|
||||
|
Loading…
Reference in New Issue
Block a user