summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xhtml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index 5ab6dae..0ee1847 100755
--- a/html.rb
+++ b/html.rb
@@ -59,7 +59,7 @@ def music_html
       html += "</tr>"
     end
     html += "</table>"
-    bc = "https://pdp8.bandcamp.com/#{title.gsub(' ', '-')}"
+    bc = "https://pdp8.bandcamp.com/album/#{title.gsub(' ', '-')}"
     html += "<p>Bandcamp: <a href='#{bc}'>#{bc}</a>"
     html += "</div>"
     html += "<hr>"