mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-08 21:45:52 +00:00
Fix the link in README.md (#135)
``` `fep/`(fep/) ``` Perhaps this is supposed to be a link? --- `create_readme.py` is working as expected Co-authored-by: silverpill <silverpill@firemail.cc> Reviewed-on: https://codeberg.org/fediverse/fep/pulls/135 Co-authored-by: silverpill <silverpill@noreply.codeberg.org> Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
__pycache__
|
||||
@@ -58,7 +58,7 @@ To create and submit a FEP:
|
||||
$ echo -n "The title of my proposal" | sha256sum | cut -c-4
|
||||
b3f0
|
||||
```
|
||||
4. Create a subdirectory of `fep/`(fep/) using the identifier you just computed.
|
||||
4. Create a subdirectory of [`fep/`](./fep/) using the identifier you just computed.
|
||||
5. Copy the FEP template ([fep-xxxx-template.md](./fep-xxxx-template.md)) to this subdirectory and change the filename appropriately.
|
||||
6. Use the identifer as the "slug" when filling out the frontmatter.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ To create and submit a FEP:
|
||||
$ echo -n "The title of my proposal" | sha256sum | cut -c-4
|
||||
b3f0
|
||||
```
|
||||
4. Create a subdirectory of `fep/`(fep/) using the identifier you just computed.
|
||||
4. Create a subdirectory of [`fep/`](./fep/) using the identifier you just computed.
|
||||
5. Copy the FEP template ([fep-xxxx-template.md](./fep-xxxx-template.md)) to this subdirectory and change the filename appropriately.
|
||||
6. Use the identifer as the "slug" when filling out the frontmatter.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user