Skip to content

Commit

Permalink
Fix broken links to GEPs
Browse files Browse the repository at this point in the history
Link to `/geps/gep-XXX.md` result in broken link. Removes `.md` to become
`/geps/gep-XXX`.

`geps/gep-1867.md`: Fix broken links to GEP 1651, remove references to
GEP 1713, 1762
`geps/overview.md`: Fix broken link to GEP 696
  • Loading branch information
gcs278 committed Aug 28, 2023
1 parent e5130cc commit ad75c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geps/gep-1867.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ In order to address the concerns above, I propose a standard `infrastructure` AP
Note the important part of this is the `Gateway` change; the `GatewayClass` aspect is mostly for consistency.

The exact fields are out of scope for this GEP and will be handled by additional GEPs.
Some example GEPs already depending on this are [GEP-1713](/geps/gep-1713.md), [GEP-1651](/geps/gep-1651.md), and [GEP-1762](/geps/gep-1762.md)
One example GEP already depending on this is [GEP-1651](/geps/gep-1651).

The fields as defined below are, of course, not useful.
This is intended as a basis for other PRs, not to provide value on its own.
Expand Down
2 changes: 1 addition & 1 deletion geps/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Although less common, some GEPs may end up in one of the following states:

## Format

GEPs should match the format of the template found in [GEP-696](/geps/gep-696.md).
GEPs should match the format of the template found in [GEP-696](/geps/gep-696).

## Out of scope

Expand Down

0 comments on commit ad75c72

Please sign in to comment.