From b5599b1d8163ae6830ba87bfeeab9e1a91e50410 Mon Sep 17 00:00:00 2001 From: Bess Sadler Date: Tue, 12 Apr 2022 15:41:58 -0400 Subject: [PATCH] Fix link to release notes in footer (#52) --- README.md | 2 +- app/views/shared/_footer.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05ffe62f..171ee40d9 100644 --- a/README.md +++ b/README.md @@ -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]` diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 30bbc185d..20646d5ba 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -8,7 +8,7 @@ <% end %> <% if @version[:tagged_release] %> - <%= @version[:branch] %> + <%= @version[:branch] %> <% else %> <%= @version[:branch] %>, <% end %>