Skip to content

Commit

Permalink
Fix link to release notes in footer (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Apr 12, 2022
1 parent d121a22 commit b5599b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is convenient when you need to step through the code as `byebug` does not a

1. Terminal one: `bin/rails s -p 3000`
2. Terminal two: `bin/webpack-dev-server`
3. Access pdc_discovery at [http://localhost:3000/](http://localhost:3000/)
3. Access pdc_describe at [http://localhost:3000/](http://localhost:3000/)

## Deploying
pulbot: `pulbot deploy pdc_describe to [staging|production]`
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<% end %>
<span title="<%= @version[:sha] %>">
<% if @version[:tagged_release] %>
<a href="https://github.com/pulibrary/pdc_discovery/releases/tag/<%= @version[:branch] %>" target="_blank"><%= @version[:branch] %></a>
<a href="https://github.com/pulibrary/pdc_describe/releases/tag/<%= @version[:branch] %>" target="_blank"><%= @version[:branch] %></a>
<% else %>
<%= @version[:branch] %>,
<% end %>
Expand Down

0 comments on commit b5599b1

Please sign in to comment.