]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix REST API menu link
authorChocobozzz <me@florianbigard.com>
Wed, 7 Jun 2023 06:26:10 +0000 (08:26 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 7 Jun 2023 06:26:10 +0000 (08:26 +0200)
client/src/app/menu/menu.component.html

index c23bb4f5bc4c24d1bb280958301f073a9ae94e66..6024c7894a5de229f9f5304f41c440412d1e4b10 100644 (file)
             <a i18n href="https://joinpeertube.org/help" i18n-title title="Get help using PeerTube" target="_blank" rel="noopener noreferrer">Help</a>
             <a i18n href="https://joinpeertube.org/faq" i18n-title title="Frequently asked questions about PeerTube" target="_blank" rel="noopener noreferrer">FAQ</a>
             <a i18n routerLink="/about/instance" fragment="statistics">Stats</a>
-            <a i18n href="https://docs.joinpeertube.org/api/rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a>
+            <a i18n href="https://docs.joinpeertube.org/api-rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a>
             <button (click)="openHotkeysCheatSheet()" class="button-unstyle" i18n>Keyboard shortcuts</button>
           </div>
         </div>