Remove dead link from Markdown help pane

In the editor, the help text for "Emoji" included a dead link. This
changes the link to a non-dead link.

After changing the JS, assets needed to be recompiled.

Resolves #1775.
This commit is contained in:
benjamin wil
2022-08-14 14:20:09 -07:00
committed by benjamin wil
parent 8e9ab89783
commit 101bcfb02f
10 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ context "editor interface" do
click_on "Emoji"
assert_includes page.text,
"See the EmojiOne demo for all available emoji. To include one, " \
"wrap the emoji name in colons and use underscores instead of " \
"spaces (e.g. :heart: or :point_up:)."
"Gollum uses JoyPixels 4 for its emoji. To include one, wrap the " \
"emoji name in colons and use underscores instead of spaces (e.g. " \
":heart: or :point_up:)."
end
end