Skip to content

Commit b64913c

Browse files
Fixing broken links
1 parent 0bf4826 commit b64913c

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

_data/home-content.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@
245245
localurl: /docs/administration/account-user-management/access-control/
246246
- title: Audit
247247
localurl: /docs/administration/account-user-management/audit/
248-
- title: Codefresh IP addresses
249-
localurl: /docs/administration/account-user-management/platform-ip-addresses/
250248
- title: User settings
251249
localurl: /docs/administration/user-self-management/user-settings/
252250
- title: Manage Git PATs
253251
localurl: /docs/administration/user-self-management/manage-pats/
254-
252+
- title: Codefresh IP addresses
253+
localurl: /docs/administration/platform-ip-addresses/
254+
255255
- title: Single Sign-On
256256
icon: images/home-icons/administration.svg
257257
url: ''

_data/nav.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,15 +523,14 @@
523523
url: "/pipeline-execution-context"
524524
- title: Auditing actions in Codefresh
525525
url: "/audit"
526-
- title: Codefresh IP addresses
527-
url: "/platform-ip-addresses"
528526
- title: User self-management
529527
sub-pages:
530528
- title: Managing personal settings
531529
url: "/user-settings"
532530
- title: Managing Git PATs
533531
url: "/manage-pats"
534-
532+
- title: Codefresh IP addresses
533+
url: "/platform-ip-addresses"
535534

536535
- title: Single Sign-On
537536
url: /single-sign-on

_docs/administration/account-user-management/platform-ip-addresses.md renamed to _docs/administration/platform-ip-addresses.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Codefresh IP addresses"
3-
description: " "
3+
description: "How to allowlist the IP addresses of the Codefresh platform"
44
group: administration
5-
sub_group: account-user-management
6-
- /docs/administration/platform-ip-addresses/
75
toc: true
86

97
---

_docs/installation/codefresh-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,8 +1538,8 @@ kubectl edit cm codefresh-dind-config -n codefresh
15381538

15391539
{% include image.html
15401540
lightbox="true"
1541-
file="/images/administration/runner/rancher-mtu.png"
1542-
url="/images/administration/runner/rancher-mtu.png"
1541+
file="/images/runtime/runner/rancher-mtu.png"
1542+
url="/images/runtime/runner/rancher-mtu.png"
15431543
alt="Update the runner's Docker MTU"
15441544
caption="Update the runner's Docker MTU"
15451545
max-width="100%"

_docs/installation/gitops/hosted-runtime.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ max-width="70%"
142142
## Step 2: Connect Git provider
143143
Connect your Hosted GitOps Runtime to a Git provider for Codefresh to create the required Git repos. First authorize access to your Git provider through an OAuth token, and then select the Git organizations or accounts in which to create the required Git repos.
144144

145-
>Only authorized organizations are displayed in the list. To authorize organizations for the Codefresh application in GitHub, see [Authorize organizations/projects]({{site.baseurl}}/docs/administration/hosted-authorize-orgs/).
145+
>Only authorized organizations are displayed in the list. To authorize organizations for the Codefresh application in GitHub, see [Authorize organizations/projects]({{site.baseurl}}/docs/administration/account-user-management/hosted-authorize-orgs/).
146146
147147

148148
{% include
@@ -165,7 +165,7 @@ Once you authorize access, Codefresh creates two Git repositories, one to store
165165
* Git Source application repo
166166

167167
Codefresh creates a Git Source application repo for every Hosted GitOps Runtime.
168-
Read about [Git sources]({{site.baseurl}}/docs/runtime/git-sources/).
168+
Read about [Git sources]({{site.baseurl}}/docs/installation/gitops/git-sources/).
169169

170170

171171
>Hosted runtimes support only OAuth authentication.
@@ -186,7 +186,7 @@ max-width="40%"
186186

187187
{:start="3"}
188188
1. Select the **Git Organization for which to create the repos**.
189-
>If the organization does not appear in the list, you need to authorize access to it. See [Authorize organizations/projects]({{site.baseurl}}/docs/administration/hosted-authorize-orgs/).
189+
>If the organization does not appear in the list, you need to authorize access to it. See [Authorize organizations/projects]({{site.baseurl}}/docs/administration/account-user-management/hosted-authorize-orgs/).
190190
1. Click **Create**.
191191
Codefresh creates the two Git repositories in the paths shown.
192192

@@ -310,12 +310,12 @@ Optional. Create an application in Codefresh, deploy it to the cluster, and trac
310310
{:start="2"}
311311
2. In the Codefresh UI, view your application in the [Applications dashboard](https://g.codefresh.io/2.0/applications-dashboard){:target="\_blank"}.
312312

313-
## (Optional) Connect CI
313+
### (Optional) Connect CI
314314
Optional. Integrate Codefresh with the third-party tools you use for CI to enrich image information in deployments.
315315

316316
[Image enrichment with integrations]({{site.baseurl}}/docs/gitops-integrations/image-enrichment-overview/)
317317

318-
### Related articles
318+
## Related articles
319319
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/)
320320
[Add Git Sources to runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/)
321321
[Shared configuration repo]({{site.baseurl}}/docs/reference/shared-configuration)

_docs/installation/gitops/hybrid-gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Provision one or more Hybrid GitOps Runtimes in your Codefresh account.
1010
Start by reviewing [system requirements](#minimum-system-requirements) for Hybrid GitOps.
1111
If you are installing with ingress-controllers, you must configure them as required _before_ starting the installation.
1212

13-
> To provision a Hosted GitOps Runtime, see [Provision a hosted runtime]({{site.baseurl}}/docs/installation/hosted-runtime/#1-provision-hosted-runtime) in [Set up a hosted (Hosted GitOps) environment]({{site.baseurl}}/docs/installation/hosted-runtime/).
13+
> To provision a Hosted GitOps Runtime, see [Provision a hosted runtime]({{site.baseurl}}/docs/installation/gitops/hosted-runtime//#1-provision-hosted-runtime) in [Set up a hosted (Hosted GitOps) environment]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/).
1414
1515
**Git providers and Hybrid Runtimes**
1616
Your Codefresh account is always linked to a specific Git provider. This is the Git provider you select on installing the first GitOps Runtime, either Hybrid or Hosted, in your Codefresh account. All the Hybrid GitOps Runtimes you install in the same account use the same Git provider.

0 commit comments

Comments
 (0)