diff options
author | ar9708 <123388211+ar9708@users.noreply.github.com> | 2023-04-01 10:40:31 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-04-03 11:08:32 +0200 |
commit | b5f38b78984c69fd2b4270c50ed58a708174b935 (patch) | |
tree | c8e7ff0fa5a61262dee05e4fbcf5a90753961bf7 | |
parent | bb7e5605d15a2e58791b08101a77fe3437c111a5 (diff) | |
download | PeerTube-b5f38b78984c69fd2b4270c50ed58a708174b935.tar.gz PeerTube-b5f38b78984c69fd2b4270c50ed58a708174b935.tar.zst PeerTube-b5f38b78984c69fd2b4270c50ed58a708174b935.zip |
Correct API docs link in `./config/production.yaml.example`
Just a broken link. :)
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index a169c6c0e..9cb8add1f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -760,7 +760,7 @@ search: | |||
760 | search_index: | 760 | search_index: |
761 | enabled: false | 761 | enabled: false |
762 | # URL of the search index, that should use the same search API and routes | 762 | # URL of the search index, that should use the same search API and routes |
763 | # than PeerTube: https://docs.joinpeertube.org/api/rest-reference.html | 763 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html |
764 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | 764 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, |
765 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | 765 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index |
766 | url: '' | 766 | url: '' |