summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-26 14:37:00 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-26 14:37:00 +0200
commit5c872a781b7585dba787b32c08ac9423ee4600cc (patch)
tree1cf3edaa677911e801eeedd09b2e7c25f0d7a3f8
parent85c6172481beb92b17c89e7c1dfbac4c5b8b3310 (diff)
bandcamp link fixed
-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>"