1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

Adjust create_readme to new path structure (#233)

This resolves https://codeberg.org/fediverse/fep/issues/231

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/233
Reviewed-by: silverpill <silverpill@noreply.codeberg.org>
Co-authored-by: Helge <helge.krueger@gmail.com>
Co-committed-by: Helge <helge.krueger@gmail.com>
This commit is contained in:
Helge
2024-01-17 18:21:48 +00:00
committed by helge
parent 1029d6dd87
commit 2c04513d60
2 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Readme:
result = []
for fep in fep_files:
link = f"[FEP-{fep.fep}: {fep.title}](./{fep.filename})"
link = f"[FEP-{fep.fep}: {fep.title}](./src/branch/main/{fep.filename})"
parsed = fep.parsed_frontmatter
if "discussionsTo" in parsed: