8000 fix links in 'sidebar_links' · digideskio/demo.activeadmin.info@dc3be93 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc3be93

Browse files
committed
fix links in 'sidebar_links'
1 parent d953a57 commit dc3be93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is the demo app for <%= link_to "Active Admin", "http://activeadmin.info" %>.
22
Don't hesitate to check out the
3-
<%= link_to("source code for this page", "https://github.com/gregbell/demo.activeadmin.info/blob/master/app/admin/#{model}.rb") %>,
4-
the <%= link_to("Documentation", "http://activeadmin.info/documentation.html") %>
5-
and the <%= link_to("Github Repo", "https://github.com/gregbell/active_admin") %>.
3+
<%= link_to("source code for this page", "https://github.com/activeadmin/demo.activeadmin.info/blob/master/app/admin/#{model}.rb") %>,
4+
the <%= link_to("Documentation", "http://activeadmin.info/docs/documentation.html") %>
5+
and the <%= link_to("Github Repo", "https://github.com/activeadmin/activeadmin") %>.

0 commit comments

Comments
 (0)
0