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

Commitc995edb

Browse files
committed
Fix broken links
Added missing redirects and fixed internal links
1 parente129444 commitc995edb

File tree

26 files changed

+44
-21
lines changed

26 files changed

+44
-21
lines changed

‎_docs/administration/account-user-management/access-control.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The table below lists the functionality available for role-based access.
5555
|[API token generation]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions)|`Admin`|
5656
|[SSO Settings]({{site.baseurl}}/docs/single-sign-on/)|`Admin`|
5757
|[Runtime environment selection]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings)|`Admin`|
58-
|[Slack settings]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)|`Admin`|
58+
|[Slack settings]({{site.baseurl}}/docs/integrations/notifications/slack-intergration/)|`Admin`|
5959
|[Audit logs]({{site.baseurl}}/docs/administration/audit-logs/)|`Admin`|
6060
|ABAC for Kubernetes clusters|`Admin`|
6161
|Billing and charging|`Admin`|

‎_docs/administration/account-user-management/pipeline-execution-context.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title:"Pipeline execution context"
33
description:"A managed entity to make API calls on your behalf during pipeline execution"
44
group:administration
5+
redirect_from:
6+
-/docs/administration/pipeline-execution-context/
57
toc:true
68
---
79

‎_docs/administration/platform-ip-addresses.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title:"Codefresh IP addresses"
33
description:"How to allowlist the IP addresses of the Codefresh platform"
44
group:administration
5+
redirect_from:
6+
-/docs/administration/platform-ip-addresses/
57
toc:true
68

79
---

‎_docs/example-catalog/ci-examples/import-data-to-mongodb.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
-/docs/yaml-examples/examples/integration-tests-with-mongo/
99
-/docs/import-data-to-mongodb-in-composition/
1010
-/docs/on-demand-test-environment/example-compositions/import-data-to-mongodb/
11+
-/docs/yaml-examples/examples/import-data-to-mongodb/
1112
toc:true
1213
---
1314

‎_docs/example-catalog/ci-examples/lets-chat.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sub_group: ci-examples
66
redirect_from:
77
-/docs/learn-by-example/nodejs/lets-chat/
88
-/docs/lets-chat/
9+
-/docs/deploy-to-kubernetes/codefresh-kubernetes-integration-demochat-example/
910
toc:true
1011
---
1112

‎_docs/example-catalog/ci-examples/sending-the-notification-to-slack.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111

1212
There are many ways to integrate Slack with Codefresh:
1313

14-
1. Use the[global slack integration]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)
14+
1. Use the[global slack integration]({{site.baseurl}}/docs/integrations/notifications/slack-intergration/)
1515
1. Use individual pipeline plugins such[slack-message-sender](https://codefresh.io/steps/step/slack-message-sender){:target="\_blank"} and[slack-notifier](https://codefresh.io/steps/step/slack-notifier){:target="\_blank"}
1616
1. Use simple POST requests with Curl, as explained in this article
1717

‎_docs/getting-started/ci-codefresh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Every user can configure email notifications for pipeline builds, successful or
114114
Codefresh offers different levels of notifications for Slack. At the global level, Slack notifications are sent for all pipelines launched automatically through Git triggers.
115115
Our plugins enable granular notifications for specific pipelines.
116116

117-
See[Slack notifications in Codefresh]({{site.baseurl}}/docs/integrations/notifications/slack-integration/), and[examples for Slack notification]({{site.baseurl}}/docs/example-catalog/ci-examples/sending-the-notification-to-slack/).
117+
See[Slack notifications in Codefresh]({{site.baseurl}}/docs/integrations/notifications/slack-intergration/), and[examples for Slack notification]({{site.baseurl}}/docs/example-catalog/ci-examples/sending-the-notification-to-slack/).
118118

119119
**Jira notifications**
120120
Codefresh integrates with Jira in several ways:

‎_docs/installation/codefresh-on-prem-upgrade.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Use the Kubernetes Codefresh Installer to upgrade the Codefresh On
44
group:installation
55
redirect_from:
66
-/docs/enterprise/codefresh-on-prem-upgrade/
7+
-/docs/administration/codefresh-on-prem-upgrade/
78
toc:true
89
---
910
Upgrade the Codefresh on-premises platform to the latest version:

‎_docs/installation/codefresh-runner.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ group: installation
55
redirect_from:
66
-/docs/administration/codefresh-runner/
77
-/docs/enterprise/codefresh-runner/
8+
-/docs/administration/codefresh-hybrid/
89
toc:true
910
---
1011

‎_docs/integrations/codefresh-api.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ metadata:
300300
|`externalResources`|`spec`| array| Optional external files available to this pipeline|
301301
|`triggers`|`spec`| array| a list of[Git triggers]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/) that affect this pipeline|
302302
|`options`|`spec`| object| Extra options for the pipeline|
303-
|`enableNotifications`|`options`| boolean| if false the pipeline will not send notifications to[Slack]({{site.baseurl}}/docs/integrations/notifications/slack-integration/) and status updates back to the Git provider|
303+
|`enableNotifications`|`options`| boolean| if false the pipeline will not send notifications to[Slack]({{site.baseurl}}/docs/integrations/notifications/slack-intergration/) and status updates back to the Git provider|
304304

305305
###Pipeline variables
306306

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp