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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user