From 6f2fc6e224913ac2fac4140c25519ee917772cfb Mon Sep 17 00:00:00 2001 From: Michael Stingl <214010+michaelstingl@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:57:13 +0200 Subject: [PATCH] Fix broken links in opencloud_full README.md (#643) * Fix broken links in opencloud_full README.md Fixes opencloud-eu/opencloud#621 * Update GitHub workflow to skip label check for PRs from forks --- .github/workflows/labels.yml | 3 ++- deployments/examples/opencloud_full/README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index fd30bde392..c87f305a00 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -4,6 +4,8 @@ on: types: [opened, labeled, unlabeled, synchronize] jobs: label: + # Only run if PR is not from a fork + if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest permissions: issues: write @@ -26,4 +28,3 @@ jobs: Type:DevOps dependencies add_comment: true - token: ${{ secrets.GH_TOKEN_OPENCLOUDERS }} diff --git a/deployments/examples/opencloud_full/README.md b/deployments/examples/opencloud_full/README.md index 7cc90d9b04..100c7ea6c7 100644 --- a/deployments/examples/opencloud_full/README.md +++ b/deployments/examples/opencloud_full/README.md @@ -6,12 +6,12 @@ document this deployment example in: docs/opencloud/deployment/opencloud_full.md This deployment example is documented in two locations for different audiences: -* In the [Admin Documentation](https://docs.opencloud.eu/opencloud/latest/index.html)\ +* In the [Admin Documentation](https://docs.opencloud.eu/docs/admin/intro)\ Providing two variants using detailed configuration step by step guides:\ - [Local Production Setup](https://docs.opencloud.eu/opencloud/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy OpenCloud on the Hetzner Cloud](https://docs.opencloud.eu/opencloud/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).\ + [Docker Compose Setup](https://docs.opencloud.eu/docs/admin/getting-started/docker/docker-compose) and [Docker Compose Local](https://docs.opencloud.eu/docs/admin/getting-started/docker/docker-compose-local).\ Note that these examples use LetsEncrypt certificates and are intended for production use. -* In the [Developer Documentation](https://docs.opencloud.eu/opencloud/deployment/opencloud_full/)\ +* In the [Developer Documentation](https://docs.opencloud.eu/docs/dev/intro)\ Providing details which are more developer focused. This description can also be used when deviating from the default.\ Note that this examples uses self signed certificates and is intended for testing purposes.