Skip to content

Commit e102bae

Browse files
JamBalaya56562JanDeDobbeleer
authored andcommitted
fix(docs): update broken links
1 parent a91951d commit e102bae

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

website/blog/2022-03-20-whats-new-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Obviously, nothing is perfect. But we aim to be! The following issues have been
112112

113113
That's it for this week, I'll try to keep this up 🤞🏻.
114114

115-
_Keep that prompt posh everyone! _
115+
_Keep that prompt posh everyone!_
116116

117117
[windows-wednesdays]: https://devblogs.microsoft.com/commandline/windows-wednesday/
118118
[marc]: https://twitter.com/marcduiker

website/blog/2022-05-19-whats-new-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ this fixes weird behaviour when using a transient prompt when your config result
146146

147147
That's it for this time, see you for the next one 🤞🏻
148148

149-
Keep that prompt posh everyone!
149+
_Keep that prompt posh everyone!_
150150

151151
[module]: https://www.powershellgallery.com/packages/oh-my-posh/7.85.2
152152
[hurdles]: /docs/migrating#problem-statement
@@ -166,7 +166,7 @@ Keep that prompt posh everyone!
166166
[battery]: /docs/segments/system/battery
167167
[winget]: https://docs.microsoft.com/en-us/windows/package-manager/winget/
168168
[dotnet]: /docs/segments/languages/dotnet
169-
[iterm]: /docs/segments/system/iterm
170-
[memory]: /docs/segments/system/memory
169+
[iterm]: /docs/configuration/general#settings
170+
[memory]: /docs/segments/system/sysinfo#properties
171171
[exit]: /docs/segments/system/status
172172
[path]: /docs/segments/system/path

website/docs/configuration/colors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ cycle always gets precedence over everything else.
294294

295295
[hexcolors]: https://htmlcolorcodes.com/color-chart/material-design-color-chart/
296296
[ansicolors]: https://htmlcolorcodes.com/color-chart/material-design-color-chart/
297-
[git]: /docs/segments/scm//git
297+
[git]: /docs/segments/scm/git
298298
[battery]: /docs/segments/system/battery
299299
[template-properties]: /docs/configuration/templates#global-properties
300300
[aws]: /docs/segments/cloud/aws

website/docs/segments/scm/fossil.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ Local changes use the following syntax:
6767
| `>` | moved |
6868

6969
[fossil]: https://fossil-scm.org
70-
[templates]: /docs/config-templates
71-
[hyperlinks]: /docs/config-templates#custom
70+
[templates]: /docs/configuration/templates

website/docs/segments/scm/git.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ You can then use the `POSH_GIT_STRING` environment variable in a [text segment][
240240
[kraken-ref]: https://www.gitkraken.com/invite/nQmDPR9D
241241
[text]: /docs/segments/system/text
242242
[exclude_folders]: /docs/configuration/segment#include--exclude-folders
243-
[Jujutsu]: https://jj-vcs.github.io/jj/latest/
243+
[Jujutsu]: https://www.jj-vcs.dev/

website/docs/segments/scm/jujutsu.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Jujutsu
66

77
## What
88

9-
Display Jujutsu information when in a Jujutsu repository.
9+
Display [Jujutsu][jujutsu] information when in a Jujutsu repository.
1010

1111
## Sample Configuration
1212

@@ -83,4 +83,5 @@ Local changes use the following syntax:
8383
| `+` | Added |
8484
| `>` | Moved |
8585

86-
[templates]: /docs/config-templates
86+
[jujutsu]: https://www.jj-vcs.dev/
87+
[templates]: /docs/configuration/templates

website/docs/segments/scm/mercurial.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Mercurial
66

77
## What
88

9-
Display Mercurial information when in a Mercurial repository. For maximum compatibility,
9+
Display [Mercurial][mercurial] information when in a Mercurial repository. For maximum compatibility,
1010
make sure your `hg` executable is up-to-date (when branch or status information is incorrect for example).
1111

1212
## Sample Configuration
@@ -81,4 +81,5 @@ Local changes use the following syntax:
8181
| `-` | Deleted |
8282
| `+` | Added |
8383

84-
[templates]: /docs/config-templates
84+
[mercurial]: https://www.mercurial-scm.org
85+
[templates]: /docs/configuration/templates

0 commit comments

Comments
 (0)