diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/10-installation-issue.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-documentation-issue.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.yml b/.github/ISSUE_TEMPLATE/10-installation-issue.yml index 7bc55b2bd..059135eff 100644 --- a/.github/ISSUE_TEMPLATE/10-installation-issue.yml +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.yml | |||
@@ -5,8 +5,8 @@ body: | |||
5 | attributes: | 5 | attributes: |
6 | value: | | 6 | value: | |
7 | Please check the official documentation first: | 7 | Please check the official documentation first: |
8 | - Classic installation: https://docs.joinpeertube.org/install-any-os | 8 | - Classic installation: https://docs.joinpeertube.org/install/any-os |
9 | - Docker installation: https://docs.joinpeertube.org/install-docker | 9 | - Docker installation: https://docs.joinpeertube.org/install/docker |
10 | 10 | ||
11 | - type: markdown | 11 | - type: markdown |
12 | attributes: | 12 | attributes: |
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml index 354749ad5..fc0cc6b4a 100644 --- a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml | |||
@@ -15,4 +15,4 @@ body: | |||
15 | description: | | 15 | description: | |
16 | Are you up to submit a pull request? Chances are, only a small edit is required, so give it a try: | 16 | Are you up to submit a pull request? Chances are, only a small edit is required, so give it a try: |
17 | * Click "Edit this page" if on https://docs.joinpeertube.org | 17 | * Click "Edit this page" if on https://docs.joinpeertube.org |
18 | * Edit https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml if on https://docs.joinpeertube.org/api-rest-reference.html | 18 | * Edit https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml if on https://docs.joinpeertube.org/api/rest-reference.html |