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

Commit3397cc8

Browse files
authored
Fix borken links (#716)
Fixed broken links found by link checker
1 parentb0bdeab commit3397cc8

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

‎_docs/integrations/codefresh-hosted-gitops.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ max-width="60%"
9393
%}
9494

9595
##Related articles
96-
[CI integrations with GitOps]({{site.baseurl}}/docs/gitops-integrations/ci-integrations)
96+
[CI integrations with GitOps]({{site.baseurl}}/docs/gitops-integrations/ci-integrations/)

‎_docs/integrations/git-providers.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ You will get an error of Permission Denied or Forbidden to a Git Context that yo
389389

390390
1. Navigate to Account Settings > Permissions > Teams or Execution Context.
391391
1. Scroll to Git Contexts.
392-
1. Here, you can set[permissions]({{site.baseurl}}/docs/administration/access-control/#creating-a-security-policy) similar to other ABAC rules for Teams or Execution Context to Create or Use, Update, and Delete actions.
392+
1. Here, you can set[permissions]({{site.baseurl}}/docs/administration/account-user-management/access-control/) similar to other ABAC rules for Teams or Execution Context to Create or Use, Update, and Delete actions.
393393
1. Click Add Rule when done.
394394

395395
##Related articles

‎_docs/kb/articles/cf-export-limitations.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ If you run this pipeline, the `test` step will correctly print `line1 line2 line
6565

6666
[cf_export utility in pipelines]({{site.baseurl}}/docs/pipelines/variables/#using-cf_export-command)
6767
[Passing variables between steps]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/#using-docker-containers-as-build-tooling)
68-
[Troubleshooting common issues]({{site.baseurl}}/docs/troubleshooting/common-issues)
68+
[Troubleshooting common issues]({{site.baseurl}}/docs/kb/common-issues/)

‎_docs/kb/articles/delete-account.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You want to delete your Codefresh account and all associated data.
1717

1818
##Details
1919

20-
❕This article is about Codefresh Classic. Information on how to delete an account in Codefresh GitOps[can be foundhere]({{site.baseurl}}/docs/troubleshooting/deleting-account/).
20+
❕This article is about Codefresh Classic. Information on how to delete an account in Codefresh GitOps[can be foundhere]({{site.baseurl}}/docs/kb/articles/deleting-account/).
2121

2222
1. Ensure you have the correct account selected, if you have multiple.
2323
*_💡 You can change your selected account by clicking on your username in the upper right corner._

‎_docs/kb/articles/deleting-account.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You want to delete your Codefresh account and all associated data.
1717

1818
##Details
1919

20-
❕This article is about Codefresh GitOps. Information on how to delete an account in Codefresh Classic[can be found here]({{site.baseurl}}/docs/troubleshooting/delete-account/).
20+
❕This article is about Codefresh GitOps. Information on how to delete an account in Codefresh Classic[can be found here]({{site.baseurl}}/docs/kb/articles/delete-account/).
2121

2222
1. Ensure you have the correct account selected, if you have multiple.
2323
*_💡 You can change your selected account by clicking on your username in the upper right corner._

‎_docs/kb/articles/failed-to-retrieve-pipeline.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ After a pipeline is triggered, it immediately fails with the error `Error: Faile
1919

2020
After the trigger, Codefresh was unable to fetch the YAML. This is usually caused by auto-selection being selected for Branch, but no Branch is specified.
2121

22-
* If you are triggering this pipeline through a cron job, please[see this article]({{site.baseurl}}/docs/kb/articles/selecting-branch-for-cron-activation.md).
22+
* If you are triggering this pipeline through a cron job, please[see this article]({{site.baseurl}}/docs/kb/articles/selecting-branch-for-cron-activation/).
2323
* Ensure that the Git Integration has access to reading the Repository. If access has changed recently, it may no longer have access to the YAML.
2424
* Ensure that you are able to connect to the Git repository. If there is a connectivity issue, Codefresh will be unable to fetch the YAML.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Pipelines Changelog: January- December 2020"
2+
title:"Pipelines Changelog: Januaryto December 2020"
33
description:"Changelog for Pipelines 2020 (Classic)"
44
---
55

@@ -81,7 +81,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
8181
- Run multiple kinds of unit tests using fan-in-fan-out parallel pipeline -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/fan-in-fan-out/)
8282

8383
##March 2020
84-
- Removal of the Codefresh registry-[documentation]({{site.baseurl}}/docs/integrations/docker-registries/cfcr-deprecation/)
84+
- Removal of the Codefresh registry
8585
- Helm quick start guide for Helm 3 -[documentation]({{site.baseurl}}/docs/getting-started/helm-quick-start-guide/)
8686
- Deployment example for Helm 3 -[documentation]({{site.baseurl}}/docs/yaml-examples/examples/helm/)
8787
- Helm 3 release dashboard -[documentation]({{site.baseurl}}/docs/new-helm/helm-releases-management/#choosing-between-helm-2-and-helm-3-releases)

‎_posts/2023-03-15-march-changelog.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ From CLI version v0.1.41, and runtime version: v0.1.27, you can have different n
9595
The color-coded borders around application resources that indicated their health status were not the most intuitive and easy to identify.
9696
We listened to your feedback, and replaced them with a set of icons affixed to the resource type:
9797

98-
{::nomarkdown}<img src="../../../images/icons/current-state-healthy.png" display=inline-block"> Healthy, <img src="../../../images/icons/current-state-progressing.png" display=inline-block"> Progressing, <img src="../../../images/icons/current-state-suspended.png" display=inline-block"> Suspended, <img src="../../../images/icons/current-state-missing.png" display=inline-block"> Missing, <imgsrc="../../../images/icons/current-state-degraded.png"display=inline-block/> Degraded, and <imgsrc="../../../images/icons/current-state-unknown.png"display=inline-block/> Unknown.
98+
{::nomarkdown}<img src="../../../../../images/icons/current-state-healthy.pngimages/icons/current-state-healthy.png" display=inline-block"> Healthy, <img src="../../../../../images/icons/current-state-progressing.png" display=inline-block"> Progressing, <img src="../../../../../images/icons/current-state-suspended.png" display=inline-block"> Suspended, <img src="../../../../../images/icons/current-state-missing.png" display=inline-block"> Missing, <imgsrc="../../../../images/icons/current-state-degraded.png"display=inline-block/> Degraded, and <imgsrc="../../../../../images/icons/current-state-unknown.png"display=inline-block/> Unknown.
9999
{:/}
100100

101101
***Filter by K8s labels**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp