aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-21 15:03:36 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit18c53ef9492fc7c304b77badce3a47df519db6e7 (patch)
tree13b4e96c27d0ca756879422d305693b214dffa14 /.github
parentb708c9e46410693f7f8fe2e0b7d48dfbb4b60f77 (diff)
downloadPeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.tar.gz
PeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.tar.zst
PeerTube-18c53ef9492fc7c304b77badce3a47df519db6e7.zip
Fix activitypub doc URL
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
-rw-r--r--.github/ISSUE_TEMPLATE/20-documentation-issue.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 7cc753b1a..80b7cba3c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -244,7 +244,7 @@ To test emails with PeerTube:
244 244
245### OpenAPI documentation 245### OpenAPI documentation
246 246
247The [REST API documentation](https://docs.joinpeertube.org/api/rest-reference.html) is generated from `support/doc/api/openapi.yaml` file. 247The [REST API documentation](https://docs.joinpeertube.org/api-rest-reference.html) is generated from `support/doc/api/openapi.yaml` file.
248To quickly get a preview of your changes, you can generate the documentation *on the fly* using the following command: 248To quickly get a preview of your changes, you can generate the documentation *on the fly* using the following command:
249 249
250``` 250```
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml
index fc0cc6b4a..354749ad5 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