diff --git a/INSTALL.md b/INSTALL.md index 273549d0c..1a996b359 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ Clone it on your computer and navigate to the project's directory: Inside the `config` folder, you will find a file named `application.example.yml`. Copy its contents to a new file called `application.yml`. -By default, the app is configured to point to the demo API at +By default, the app is configured to point to the San Mateo County, CA, API at `http://ohanapi.herokuapp.com/api`. Inside the `config` folder, you will also find a file called `settings.yml`. diff --git a/app/views/component/organizations/detail/_body.html.haml b/app/views/component/organizations/detail/_body.html.haml index 27b751fd8..52229e672 100644 --- a/app/views/component/organizations/detail/_body.html.haml +++ b/app/views/component/organizations/detail/_body.html.haml @@ -256,6 +256,6 @@ %span = @org.updated_at.to_s(:full_date_and_time) %div - = link_to "#{SETTINGS[:admin_site]}/locations/#{@org.slug}" do + = link_to "#{SETTINGS[:admin_site]}/locations/#{@org.slugs.last}" do %i{ class: 'fa fa-pencil' } Edit \ No newline at end of file