From c5c95361e6adca439ae316066366e520797f9ec0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Feb 2023 16:15:14 +0100 Subject: Move to new documentation links --- .../app/+about/about-peertube/about-peertube.component.html | 6 +++--- .../edit-basic-configuration.component.html | 4 ++-- .../edit-custom-config/edit-vod-transcoding.component.html | 2 +- .../my-video-playlist-elements.component.html | 2 +- .../+signup/shared/signup-success-after-email.component.html | 2 +- .../shared/signup-success-before-email.component.html | 2 +- client/src/app/menu/menu.component.html | 2 +- client/src/app/modal/admin-welcome-modal.component.html | 12 ++++++------ .../shared-custom-markup/custom-markup-help.component.html | 2 +- .../shared-video-live/live-documentation-link.component.html | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index c0177fe6c..d1c3c678a 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html @@ -25,7 +25,7 @@
@@ -37,7 +37,7 @@
@@ -49,7 +49,7 @@
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html index 2a9f9d69d..2a46e61df 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html @@ -280,7 +280,7 @@ i18n-labelText labelText="Allow import with HTTP URL (e.g. YouTube)" > - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server
@@ -503,7 +503,7 @@
⚠️ This functionality requires a lot of attention and extra moderation.
- See the documentation for more information about the expected URL + See the documentation for more information about the expected URL diff --git a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html index 1e7691f9e..531fa0cfe 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html @@ -10,7 +10,7 @@ - However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values.
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html index 806dd6f48..8baa647fa 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html @@ -29,7 +29,7 @@
- See the documentation for more information. + See the documentation for more information.
diff --git a/client/src/app/+signup/shared/signup-success-after-email.component.html b/client/src/app/+signup/shared/signup-success-after-email.component.html index 1c3536ada..683e55525 100644 --- a/client/src/app/+signup/shared/signup-success-after-email.component.html +++ b/client/src/app/+signup/shared/signup-success-after-email.component.html @@ -15,7 +15,7 @@

Your email has been verified and your account has been created!

- If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation.

diff --git a/client/src/app/+signup/shared/signup-success-before-email.component.html b/client/src/app/+signup/shared/signup-success-before-email.component.html index b9668ee82..8e2494b65 100644 --- a/client/src/app/+signup/shared/signup-success-before-email.component.html +++ b/client/src/app/+signup/shared/signup-success-before-email.component.html @@ -29,7 +29,7 @@

- If you need help to use PeerTube, you can have a look at the documentation. + If you need help to use PeerTube, you can have a look at the documentation.

diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 0fb9897b9..6c5258010 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html @@ -142,7 +142,7 @@ Help FAQ Stats - API + API Keyboard shortcuts
diff --git a/client/src/app/modal/admin-welcome-modal.component.html b/client/src/app/modal/admin-welcome-modal.component.html index b74d73185..826b547c3 100644 --- a/client/src/app/modal/admin-welcome-modal.component.html +++ b/client/src/app/modal/admin-welcome-modal.component.html @@ -8,22 +8,22 @@
- - CLI + + CLI documentation
Upload or import videos, parse logs, prune storage directories, reset user password...
- - Administer + + Administer documentation
Managing users, following other instances, dealing with spammers...
- - Use + + Use documentation
Setup your account, managing video playlists, discover third-party applications...
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html index 0ca84ff78..73a2b4058 100644 --- a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html +++ b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html @@ -1,3 +1,3 @@ - Markdown compatible that also supports custom PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags diff --git a/client/src/app/shared/shared-video-live/live-documentation-link.component.html b/client/src/app/shared/shared-video-live/live-documentation-link.component.html index 27248645f..fca3ca825 100644 --- a/client/src/app/shared/shared-video-live/live-documentation-link.component.html +++ b/client/src/app/shared/shared-video-live/live-documentation-link.component.html @@ -1,4 +1,4 @@

- See the documentation + See the documentation to learn how to use the PeerTube live streaming feature.

-- cgit v1.2.3