diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce166b7b..a3c8f4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: shell: bash - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: ${{ matrix.crystal }} @@ -134,7 +134,7 @@ jobs: - name: Install Crystal id: lint_step_install_crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: latest diff --git a/src/invidious/config.cr b/src/invidious/config.cr index dd46db05..dda51ad5 100644 --- a/src/invidious/config.cr +++ b/src/invidious/config.cr @@ -419,9 +419,9 @@ class Config end end elsif config.signature_server - puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/companion-installation/") + puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/") else - puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/companion-installation/") + puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/") end # HMAC_key is mandatory