Skip to content

Commit 33d77c4

Browse files
authored
Link checker fixes (#718)
* Fix borken links Fixed broken links found by link checker * Fix broken links Fixed broken links found by link checker
1 parent 7ec9f58 commit 33d77c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_docs/kb/articles/disabling-codefresh-caching-mechanisms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ In the build step YAML, set `no_cache: true` to disable docker local cache, and
4040

4141
## Related articles
4242

43-
[Troubleshooting common issues]({{site.baseurl}}/docs/troubleshooting/common-issues)
43+
[Troubleshooting common issues]({{site.baseurl}}/docs/kb/common-issues/)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ 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.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, <img src="../../../../images/icons/current-state-degraded.png" display=inline-block/> Degraded, and <img src="../../../../../images/icons/current-state-unknown.png" display=inline-block/> Unknown.
98+
99+
{::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, <img src="../../../../../images/icons/current-state-degraded.png" display=inline-block/> Degraded, and <img src="../../../../../images/icons/current-state-unknown.png" display=inline-block/> Unknown.
99100
{:/}
100101

101102
* **Filter by K8s labels**

0 commit comments

Comments
 (0)