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:
committed by
benjamin wil
parent
8e9ab89783
commit
101bcfb02f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user