Commit 8383eb8f8ce39eaa97236ecec8b9e341265007d6
1 parent
88834e9e
Exists in
colab
and in
4 other branches
Changed tutorial link name to avoid ambigous links
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -84,7 +84,7 @@ |
84 | 84 | <% end %> |
85 | 85 | <li class="nav-header">Tutorials</li> |
86 | 86 | <li><%= link_to 'Analysis', tutorials_path('analyzing') %></li> |
87 | - <li><%= link_to 'Configuration', tutorials_path('configuring') %></li> | |
87 | + <li><%= link_to 'Configuring', tutorials_path('configuring') %></li> | |
88 | 88 | <% if content_for?(:sidebar) %> |
89 | 89 | <%= yield :sidebar %> |
90 | 90 | <% else %> | ... | ... |