Skip to content

Commit

Permalink
fix map typo
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm authored Apr 12, 2024
1 parent 588e320 commit fba91c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildMap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ret = foreach ($category in $nav) {
}

Set-Content ./map.md -Value @'
# [CTT.cx](https://cttt.cx)
# [CTT.cx](https://ctt.cx)
'@
$ret -replace "\.md" -replace "/index" | Add-Content ./map.md

Expand All @@ -55,4 +55,4 @@ if (-not(Get-Command markmap -ErrorAction Ignore)) {

markmap ./map.md --offline --no-toolbar --no-open -o ./docs/map/index.html

# remove-item ./map.md
# remove-item ./map.md

0 comments on commit fba91c9

Please sign in to comment.