Skip to content

Commit

Permalink
Fix links to testdata (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
loreto committed Jun 30, 2023
1 parent 751fe1d commit 26ced3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The PATCH version is up to the discretion of the library author.
To assist library authors in validating their implementations, we provide:
+ A reference implementation in [Go](https://github.com/jetpack-io/typeid-go)
with extensive testing.
+ A [valid.toml](valid.toml) file containing a list of valid typeids along
+ A [valid.yml](valid.yml) file containing a list of valid typeids along
with their corresponding decoded UUIDs.
+ An [invalid.toml](invalid.toml) file containing a list of strings that are
+ An [invalid.yml](invalid.yml) file containing a list of strings that are
invalid typeids and should fail to parse/decode.

0 comments on commit 26ced3d

Please sign in to comment.