1
0
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:
silverpill
2023-07-19 14:40:31 +00:00
committed by helge
parent 16acf44939
commit 9cd16e0d02
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
__pycache__
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.