Skip to content

Commit

Permalink
fix default config schema link
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Nov 18, 2024
1 parent 2c56ffa commit 4358803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var defaultCfg = `
# For help with configuration see https://github.com/rszyma/kanata-tray/blob/main/README.md
"$schema" = "https://raw.githubusercontent.com/rszyma/kanata-tray/v0.1.0/doc/config_schema.json"
"$schema" = "https://raw.githubusercontent.com/rszyma/kanata-tray/main/doc/config_schema.json"
general.allow_concurrent_presets = false
defaults.tcp_port = 5829
Expand Down

0 comments on commit 4358803

Please sign in to comment.