Skip to content

Commit 41b8a8e

Browse files
authored
Fix broken links (#324)
1 parent 8c7428d commit 41b8a8e

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,6 @@ caption="SSO Client Name"
139139
max-width="40%"
140140
%}
141141

142-
Even though you can run this command manually, it makes more sense to run it periodically as a job. And the obvious
143-
way to perform this is with a Codefresh pipeline. The CLI can be used as a [freestyle step]({{site.baseurl}}/docs/codefresh-yaml/steps/freestyle/).
144-
145-
You can create a git repository with a [codefresh.yml]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/) file with the following contents:
146-
147-
`YAML`
148-
{% highlight yaml %}
149-
{% raw %}
150-
version: '1.0'
151-
steps:
152-
syncMyTeams:
153-
title: syncTeams
154-
image: codefresh/cli
155-
commands:
156-
- 'codefresh synchronize teams my-client-name -t azure'
157-
{% endraw %}
158-
{% endhighlight %}
142+
159143

160144

_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/dashboards/images/'
4+
canonical_url: 'https://codefresh.io/docs/docs/dashboards/images/'
55
group: deployment
66
toc: true
77
---

0 commit comments

Comments
 (0)