docs: fix a few broken link in themes' json schema

This commit is contained in:
George Schizas 2024-07-18 13:04:15 +03:00 committed by Jan De Dobbeleer
parent 01cc0f2d27
commit 02e06f9cb5

View file

@ -4741,19 +4741,19 @@
"disable_notice": { "disable_notice": {
"type": "boolean", "type": "boolean",
"title": "Disable Upgrade Notice", "title": "Disable Upgrade Notice",
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings", "description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
"default": false "default": false
}, },
"auto_upgrade": { "auto_upgrade": {
"type": "boolean", "type": "boolean",
"title": "Enable automatic upgrades for Oh My Posh (supports Windows/macOS only)", "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 "default": false
}, },
"patch_pwsh_bleed": { "patch_pwsh_bleed": {
"type": "boolean", "type": "boolean",
"title": "Patch PowerShell Color Bleed", "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 "default": false
}, },
"console_title_template": { "console_title_template": {