Skip to content

Commit

Permalink
docs: fix a few broken link in themes' json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gschizas authored and JanDeDobbeleer committed Jul 18, 2024
1 parent 01cc0f2 commit 02e06f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4741,19 +4741,19 @@
"disable_notice": {
"type": "boolean",
"title": "Disable Upgrade Notice",
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
"default": false
},
"auto_upgrade": {
"type": "boolean",
"title": "Enable automatic upgrades for Oh My Posh (supports Windows/macOS only)",
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
"default": false
},
"patch_pwsh_bleed": {
"type": "boolean",
"title": "Patch PowerShell Color Bleed",
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
"default": false
},
"console_title_template": {
Expand Down

0 comments on commit 02e06f9

Please sign in to comment.