Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52fbf6b

Browse files
authored
Fix broken links (#764)
1 parent516c400 commit52fbf6b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎_docs/ci-cd-guides/gitops-deployments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
---
99

1010
Apart from traditional push-based Helm deployments, you can use Codefresh for[GitOps deployments](https://codefresh.io/gitops/){:target="\_blank"} powered by Argo CD.
11-
For an overview on GitOps, Argo CD, and how Codefresh implements both, see[Codefresh and GitOps]({{site.baseurl}}docs/getting-started/gitops-codefresh/).
11+
For an overview on GitOps, Argo CD, and how Codefresh implements both, see[Codefresh and GitOps]({{site.baseurl}}/docs/getting-started/gitops-codefresh/).
1212

1313

1414
Even though GitOps is not specific to Kubernetes, current GitOps tools work great with Kubernetes in the form of cluster controllers. The GitOps controller monitors the state of the Git repository, and when there is a commit, instructs the cluster to match the same state.

‎_docs/dashboards/home-dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Displays up to five of the most active applications and their current deployment
134134
| Item| Description|
135135
| ------------------------| ----------------|
136136
|**Filter**| Filter applications by the clusters on which they are deployed, either by Cluster Name or by Cluster.|
137-
|**View**| Click to go to the GitOps Apps dashboard. See[Monitoring GitOps applications]({{site.baseurl}}}}docs/deployments/gitops/applications-dashboard)|
137+
|**View**| Click to go to the GitOps Apps dashboard. See[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard)|
138138
|**Application Name**| The name of the application, and the names of the GitOps Runtime and the cluster on which it is deployed. Click the name to drill down into the application in the GitOps Apps dashboard.|
139139
|**Health status**| The health status of the application, and can be either:{::nomarkdown}<ul><li>Healthy (green): The application is running on the cluster.</li><li>Degraded (red): The application failed to run.</li> <li>Rollback (yellow): There was a rollback to the previously deployed version.</li></ul> To see the breakdown by health status, mouse over the chart. <br> The number at the end of the bar is the total number of deployments for the application, and the percentage indicates the overall decrease or increase compared to the reference period. {:/}|
140140

‎_docs/gitops-integrations/container-registries.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ use it.
8585
##Related articles
8686
[CI GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/)
8787
[Issue-tracking GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/)
88-
[Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration//)
88+
[Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration/)
8989
[Images]({{site.baseurl}}/docs/dashboards/images/)
9090
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
9191

‎_docs/installation/gitops/hybrid-gitops.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Skip validating scopes for the token provided (for any Git provider). This flag
10001000
To skip token validation, add `--skip-permission-validation true`.
10011001

10021002
> IMPORTANT:
1003-
Before using this flag, [review the required scopes for runtime tokens]({{site.baseurl}}/docs/reference//git-tokens/#git-runtime-token-scopes). <br><br>
1003+
Before using this flag, [review the required scopes for runtime tokens]({{site.baseurl}}/docs/reference/git-tokens/#git-runtime-token-scopes). <br><br>
10041004
When defined, Codefresh does not validate the scopes assigned to the token provided. If the token does not include the scopes required for Codefresh to automatically create the repositories for the runtime and Git Source during installation, the installation will fail.
10051005
The alternative is to create both repos before the installation.
10061006

‎_posts/2019-12-31-january-december-classic.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ description: "Changelog for Pipelines 2019 (Classic)"
6969
- SAML SSO support (Enterprise) -[documentation]({{site.baseurl}}/docs/administration/single-sign-on/saml/)
7070
- Audit logs (Enterprise) -[documentation]({{site.baseurl}}/docs/administration/account-user-management/audit/)
7171
- Checking out code with Subversion, HG, Perforce etc. -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/non-git-checkout/)
72-
- Migrating to explicit git clone steps -[documentation]({{site.baseurl}}docs/pipelines/steps/git-clone/)
72+
- Migrating to explicit git clone steps -[documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
7373
- Custom annotations on projects, pipelines, builds -[documentation]({{site.baseurl}}/docs/pipelines/annotations/)
7474
- Deployments with Pulumi -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/pulumi/)
7575
- Deployments with Terraform -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/terraform/)

‎_posts/2020-12-31-january-december-classic.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
99
- Codefresh will now use the default branch (e.g.`main`) instead of assuming`master`. This applies to GitHub, GitLab, and Bitbucket -[documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
1010
- App-Proxy now supports GitLab -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#app-proxy-installation)
1111
- Helm promotion pipelines can be overridden in the GUI -[documentation]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/#creating-a-custom-helm-board)
12-
- Internal Registry mirror for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner//#configure-internal-registry-mirror)
12+
- Internal Registry mirror for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#configure-internal-registry-mirror)
1313
- Production and staging deployments guide -[documentation]({{site.baseurl}}/docs/ci-cd-guides/environment-deployments/)
1414
- Escaping YAML in pipelines -[documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#escaping-strings)
1515
- GitOps dashboard now shows affected services for each release -[documentation]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/#working-with-the-gitops-dashboard)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp