diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb
index ec6b4bd1b2..115648ea9d 100644
--- a/app/views/notes/show.html.erb
+++ b/app/views/notes/show.html.erb
@@ -43,7 +43,7 @@
|
<%= @node.comments.length %> <%= t('notes.show.comments') %>
<% end %>
- | /n/<%= @node.id %>
+ | #<%= @node.id %>
<%= @node.created_at.to_s(:short) %>
diff --git a/app/views/wiki/_header.html.erb b/app/views/wiki/_header.html.erb
index 966ef2dbd0..08806e0aad 100644
--- a/app/views/wiki/_header.html.erb
+++ b/app/views/wiki/_header.html.erb
@@ -37,7 +37,7 @@
<%= raw t('wiki.show.last_edited', url1: "/profile/" + @revision.author.name, author: @revision.author.name, time: time_ago_in_words(@revision.created_at)) %>
|
- /n/<%= @node.id %>
+ #<%= @node.id %>