Skip to content

Commit 8c7428d

Browse files
authored
Fix broken links (#322)
1 parent 66b2735 commit 8c7428d

File tree

13 files changed

+12
-14
lines changed

13 files changed

+12
-14
lines changed

_docs/administration/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ We are working to enhance our access control model by adding another layer to pr
105105
* A more granular permission model for dynamic resources that are non-GitOps controlled, but created from a GitOps-controlled entity, for example, workflows
106106

107107
### What to read next
108-
[Codefresh architecture]({{site.baseurl}}/_docs/getting-started/architecture/)
108+
[Codefresh architecture]({{site.baseurl}}/docs/getting-started/architecture/)

_docs/administration/oauth-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ For a Git provider and a hybrid runtime, select the authentication mechanism: Co
216216
>Hosted runtimes can have either Codefresh or PAT token authentication mechanisms. Custom provider authentication is not supported.
217217

218218
1. In the Codefresh UI, go to [Authentication](https://g.codefresh.io/2.0/account-settings/authentication?providerName=github){:target="\_blank"}.
219-
1. Select the runtime, and click ![](/images/administration/users/icon-Edit.png?display=inline-block) **Edit**.
219+
1. Select the runtime, and click the **Edit** icon.
220220
1. Select the OAuth authentication provider account.

_docs/administration/platform-ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Codefresh IP addresses"
33
description: " "
4-
canonical_url: 'https://codefresh.io/docs/docs/administration/account-user-management/platform-ip-addresses/'
4+
canonical_url: 'https://codefresh.io/docs/docs/administration/platform-ip-addresses/'
55
group: administration
66
toc: true
77

_docs/administration/single-sign-on/sso-setup-oauth2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,4 @@ steps:
157157
{% endraw %}
158158
{% endhighlight %}
159159

160-
To fully automate this pipeline, set a [cron trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/cron-triggers/) for this pipeline. The cron-trigger is responsible for running this pipeline, (and therefore synchronizing the teams), in a fully automated manner.
161-
This way you can synchronize your teams every day/week/hour depending on you cron trigger setup.
162160

_docs/deployment/applications-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ max-width="70%"
665665
A rollout is initiated when there is an Argo CD sync due to a change in the desired state.
666666
Visualize ongoing and completed rollouts by deployments in **Services**.
667667

668-
> To view and manage a rollout, you must have an Argo `rollout` resource defined for your application, and [install Argo Rollouts in the cluster]({site.baseurl}}/docs/deployment/install-argo-rollouts).
668+
> To view and manage a rollout, you must have an Argo `rollout` resource defined for your application, and [install Argo Rollouts in the cluster]({{site.baseurl}}/docs/deployment/install-argo-rollouts/).
669669
670670
For detailed information on Argo Rollouts, see [Argo Rollouts documentation](https://argoproj.github.io/argo-rollouts/){:target="\_blank"}.
671671

_docs/deployment/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Images in Codefresh"
33
description: ""
4-
canonical_url: 'https://codefresh.io/docs/docs/deployments/gitops/images/'
4+
canonical_url: 'https://codefresh.io/docs/dashboards/images/'
55
group: deployment
66
toc: true
77
---

_docs/getting-started/quick-start/create-app-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and commit resources for application"
33
description: ""
4-
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quickstart/create-app-specs/'
4+
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quick-start/create-app-specs/'
55
group: getting-started
66
sub-group: quick-start
77
toc: true

_docs/getting-started/quick-start/create-rollout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Update image tag for application"
33
description: ""
4-
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quickstart/create-rollout/'
4+
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quick-start/create-rollout/'
55
group: getting-started
66
sub-group: quick-start
77
toc: true

_docs/getting-started/quick-start/install-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Provision a hosted runtime"
33
description: ""
4-
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quickstart/install-hosted/'
4+
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quick-start/install-hosted/'
55
group: getting-started
66
sub-group: quick-start
77
toc: true

_docs/getting-started/quick-start/runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Install a hybrid runtime"
33
description: ""
4-
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quickstart/runtime/'
4+
canonical_url: 'https://codefresh.io/docs/docs/quick-start/gitops-quick-start/runtime/'
55
group: getting-started
66
sub-group: quick-start
77
toc: true

0 commit comments

Comments
 (0)