diff --git a/app/views/shared/_links.html.haml b/app/views/shared/_links.html.haml
index 1fec6531..dec0f59e 100644
--- a/app/views/shared/_links.html.haml
+++ b/app/views/shared/_links.html.haml
@@ -3,4 +3,7 @@
= Date.today.year
= APP_CONFIG['site_name']
·
- = link_to "About", about_path
\ No newline at end of file
+ = link_to "About", about_path
+ ·
+ = link_to "Bugs", 'https://github.com/retrospring/bugs/issues'
+