Skip to content

Commit

Permalink
Fix link for mise configuration envrionment
Browse files Browse the repository at this point in the history
  • Loading branch information
134130 committed Dec 8, 2024
1 parent 38e2bb5 commit 144e92b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ class MiseRunConfigurationSettingsEditor<T : RunConfigurationBase<*>>(
row("Profile: ") {
cell(myMiseProfileTf)
.comment(
"Specify the mise profile to use (leave empty for default)" +
"<br/><a href='https://mise.jdx.dev/profiles.html#profiles'>Learn more about mise profiles</a>",
"""
Specify the mise configuration environment to use (leave empty for default) <br/>
<a href='https://mise.jdx.dev/configuration/environments.html'>Learn more about mise configuration environments</a>
""".trimIndent(),
).columns(COLUMNS_LARGE)
.focused()
.resizableColumn()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class MiseConfigurable(
cell(myMiseProfileTf)
.comment(
"""
Specify the mise profile to use (leave empty for default)<br/>
<a href='https://mise.jdx.dev/profiles.html#profiles'>Learn more about mise profiles</a>
Specify the mise configuration environment to use (leave empty for default) <br/>
<a href='https://mise.jdx.dev/configuration/environments.html'>Learn more about mise configuration environments</a>
""".trimIndent(),
).columns(COLUMNS_LARGE)
.focused()
Expand Down

0 comments on commit 144e92b

Please sign in to comment.