We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a813426 commit fa8e981Copy full SHA for fa8e981
src/plugin.rs
@@ -93,7 +93,7 @@ impl SyncPluginHandler<Configuration> for StyluaPluginHandler {
93
config_key: "stylua".to_string(),
94
file_extensions: vec!["lua".to_string()],
95
file_names: vec![],
96
- help_url: "https://github.com/RubixDev/dprint-plugin-stylua#readme".to_string(),
+ help_url: concat!(env!("CARGO_PKG_REPOSITORY"), "#readme").to_string(),
97
config_schema_url: "".to_string(),
98
update_url: Some("https://plugins.dprint.dev/RubixDev/stylua/latest.json".to_string()),
99
}
0 commit comments