Skip to content

Commit 8ae2791

Browse files
authored
Fix broken links (codefresh-io#1175)
1 parent 4a38de2 commit 8ae2791

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

_docs/administration/administration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Users in a Codefresh account can personalize settings such as notifications, dat
5454
{% if page.layout == "argohub" %}
5555
They can also securely manage Git Personal Access Tokens (PATs) to control access to repositories, and protect sensitive information.
5656
{% endif %}
57-
See [User settings]({{site.baseurl}}/=/docs/administration/user-self-management/).
57+
See [User settings]({{site.baseurl}}/docs/administration/user-self-management/).

_docs/deployments/gitops/applications-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Every resource has a context menu that opens on clicking the three dots on the r
370370

371371
{{site.data.callout.callout_tip}}
372372
**TIP**
373-
If you have deep links configured for applications/resources for Hybrid GitOps Runtimes, these are also displayed in the context menu. To configure deep links in Codefresh, see [(Hybrid GitOps) Configure Deep Links to applications & resources]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#hybrid-gitops-configure-deep-links-to-applications--resources).
373+
If you have deep links configured for applications/resources for Hybrid GitOps Runtimes, these are also displayed in the context menu. To configure deep links in Codefresh, see [(Hybrid GitOps) Configure Deep Links to applications & resources]({{site.baseurl}}/docs/installation/gitops/manage-runtimes/#configure-deep-links-to-applications--resources).
374374
{{site.data.callout.end}}
375375

376376

_docs/getting-started/gitops-codefresh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Codefresh offers two models for GitOps deployments:
5151
* Hybrid GitOps, which is a customer-managed version of Argo CD. The Hybrid GitOps runtime is hosted on the customer cluster and managed by the customer.
5252
The Hybrid GitOps offering retains runtimes within the customer infrastructure to comply your security rewhile giving you the power of Argo CD with Codefresh’s CI and CD tools, to help achieve continuous integration and continuous delivery goals.
5353

54-
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/).
55-
For installation, see [Hosted GitOps setup]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/).
54+
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
5655

5756
## Argo CD applications
5857

_docs/installation/gitops/gitops-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can install the Hybrid GitOps Runtime via Helm using one of two options, tai
7878
Within the same account, you can install one Hybrid GitOps Runtime per cluster.
7979
To install additional Hybrid GitOps Runtimes in the same account, each Runtime must be installed on a different cluster. Every Runtime within the same account must have a unique name.
8080

81-
See [Installing additional GitOps Runtimes from the Codefresh UI]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation#install-additional-gitops-runtimes-in-account), or using [Terraform]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/install-gitops-runtime-via-terraform).
81+
See [Installing additional GitOps Runtimes from the Codefresh UI]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation#install-additional-gitops-runtimes-in-account), or using [Terraform]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#install-gitops-runtime-via-terraform).
8282

8383
<!--- ## Hosted GitOps
8484
The SaaS version of GitOps, Hosted GitOps has Argo CD installed in the Codefresh cluster.

_posts/2022-08-15-august-gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ max-width="60%"
100100
{: .table .table-bordered .table-hover}
101101
| Item | Description |
102102
| ---------- | -------- |
103-
| `CF_HOST` | Deprecated from v 0.0.460 and higher in CI integrations. Recommend using `CF_RUNTIME_NAME` instead. See [CI integrations argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/ci-argument-reference/) . |
103+
| `CF_HOST` | Deprecated from v 0.0.460 and higher in CI integrations. Recommend using `CF_RUNTIME_NAME` instead. See [CI integrations argument reference]({{site.baseurl}}/docs/gitops-integrations/ci-argument-reference/) . |
104104
| `GHCR_GITHUB_TOKEN_AUTHENTICATION` | New value for `CF_CONTAINER_REGISTRY_INTEGRATION` argument. Can be selected for GitHub Container (GHCR) registries even when you don’t have a GHCR integration in Codefresh. See [GitHub Action-Codefresh integration settings]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/github-actions/#github-action-gitops-integration-settings).|
105105

106106
## Bug fixes

0 commit comments

Comments
 (0)