link to reference

This commit is contained in:
Sarah 2022-07-01 19:57:52 +01:00
parent 87a44997d7
commit e2154dd70a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def build_page(films_by_reference_keyword):
table += "\n"
row_data = []
row_data.append(str(string.capwords(year[13:].replace("-", " "))))
row_data.append("[{}](https://en.wikipedia.org/wiki/{})".format(str(string.capwords(year[13:].replace("-", " "))), str(string.capwords(year[13:].replace("-", " ")).replace(" ", "_"))))
row_data.append(VCinemaUtils.get_film_list(reference_keywords_sorted[year]))
table += " | ".join(row_data)