mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 00:54:54 +02:00
docs(fix): Update wiki references to the new docs url
Additionally replaces old references to `tvial` images with the new `mailserver` docker image name.
This commit is contained in:
parent
724fe72d20
commit
463bc967d2
17 changed files with 37 additions and 37 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -13,21 +13,21 @@ Possible answers to your issue
|
|||
https://github.com/docker-mailserver/docker-mailserver#requirements
|
||||
|
||||
* Email seen as spam:
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-SPF
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-DKIM
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge/config/best-practices/spf
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge/config/best-practices/dkim
|
||||
|
||||
* Creating new domains and accounts
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-Accounts
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge/config/user-management/accounts
|
||||
|
||||
* Use a relay mail server
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-AWS-SES
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/mail-forwarding/aws-ses
|
||||
The variable name can be used for other email servers.
|
||||
|
||||
* FAQ and tips
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/FAQ-and-Tips
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge/faq
|
||||
|
||||
* The wiki
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki
|
||||
* The documentation
|
||||
https://docker-mailserver.github.io/docker-mailserver/edge
|
||||
|
||||
* Open issues
|
||||
https://github.com/docker-mailserver/docker-mailserver/issues
|
||||
|
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,8 +2,8 @@
|
|||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Wiki
|
||||
url: https://github.com/docker-mailserver/docker-mailserver/wiki
|
||||
- name: Documentation
|
||||
url: https://docker-mailserver.github.io/docker-mailserver/edge
|
||||
about: Extended documentaton - visit this first before opening issues
|
||||
- name: Default Documentation
|
||||
url: https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md
|
||||
|
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -20,6 +20,6 @@ Fixes # (issue)
|
|||
- [ ] My code follows the style guidelines of this project
|
||||
- [ ] I have performed a self-review of my own code
|
||||
- [ ] I have commented my code, particularly in hard-to-understand areas
|
||||
- [ ] I have made corresponding changes to the documentation (README.md or ENVIRONMENT.md or the Wiki)
|
||||
- [ ] I have made corresponding changes to the documentation (README.md or ENVIRONMENT.md or the documentation)
|
||||
- [ ] If necessary I have added tests that prove my fix is effective or that my feature works
|
||||
- [ ] New and existing unit tests pass locally with my changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue