diff --git a/app/views/booths/show.html.haml b/app/views/booths/show.html.haml
index 6b12229d..f1790504 100644
--- a/app/views/booths/show.html.haml
+++ b/app/views/booths/show.html.haml
@@ -6,7 +6,7 @@
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
= @booth.title
.btn-group.pull-right
- = link_to 'Edit', edit_admin_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
+ = link_to 'Edit', edit_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
.row
.col-md-12
diff --git a/app/views/conferences/_call_for_papers.haml b/app/views/conferences/_call_for_papers.haml
index 3bf0f295..b47d7118 100644
--- a/app/views/conferences/_call_for_papers.haml
+++ b/app/views/conferences/_call_for_papers.haml
@@ -23,5 +23,5 @@
left!
%p.cta-button
= link_to "Submit your proposal now",
- conference_program_proposals_path(conference_id),
+ new_conference_program_proposal_path(conference_id),
class: 'btn btn-success btn-lg text-center'
diff --git a/app/views/conferences/_call_for_tracks.haml b/app/views/conferences/_call_for_tracks.haml
index 7eb80fa6..6d78bd05 100644
--- a/app/views/conferences/_call_for_tracks.haml
+++ b/app/views/conferences/_call_for_tracks.haml
@@ -15,5 +15,5 @@
left!
%p.cta-button
= link_to("Submit your request for track",
- conference_program_tracks_path(conference_id),
+ new_conference_program_track_path(conference_id),
class: 'btn btn-success btn-lg text-center')
diff --git a/docker-compose.env.example b/docker-compose.env.example
index 905ff612..7bda181b 100644
--- a/docker-compose.env.example
+++ b/docker-compose.env.example
@@ -34,7 +34,7 @@ SECRET_KEY_BASE=changemechangemechangeme"
OSEM_EMAIL_ADDRESS="osem@mailhog"
OSEM_SMTP_AUTHENTICATION="login"
OSEM_SMTP_ADDRESS="mailhog"
-OSEM_SMTP_PORT="1025"
+OSEM_SMTP_PORT=1025
OSEM_SMTP_USERNAME="mailhog"
OSEM_SMTP_PASSWORD="mailhog"