Skip to content

Commit f360486

Browse files
docs: update spec links
1 parent 1854fe3 commit f360486

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We agree to restrict the following behaviors in our community. Instances, threat
4343

4444
Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
4545

46-
When an incident does occur, it is important to report it promptly. To report a possible violation, **[NOTE: describe your means of reporting here.]**
46+
When an incident does occur, it is important to report it promptly. To report a possible violation, please contact Johann Schopplich directly at hello@johannschopplich.com.
4747

4848
Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution.
4949

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We support Python 3.11 through 3.14t (including free-threaded Python).
6464

6565
## SPEC Compliance
6666

67-
All implementations must comply with the [TOON specification](https://github.com/johannschopplich/toon/blob/main/SPEC.md).
67+
All implementations must comply with the [TOON specification](https://github.com/toon-format/spec/blob/main/SPEC.md).
6868

6969
Before submitting changes that affect encoding/decoding behavior:
7070
1. Verify against the official SPEC.md

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ users[2]{id,name,role}:
3131

3232
## Resources
3333

34-
- [TOON Specification](https://github.com/johannschopplich/toon/blob/main/SPEC.md)
35-
- [Main Repository](https://github.com/johannschopplich/toon)
36-
- [Benchmarks & Performance](https://github.com/johannschopplich/toon#benchmarks)
37-
- [Other Language Implementations](https://github.com/johannschopplich/toon#other-implementations)
34+
- [TOON Specification](https://github.com/toon-format/spec/blob/main/SPEC.md)
35+
- [Main Repository](https://github.com/toon-format/toon)
36+
- [Benchmarks & Performance](https://github.com/toon-format/toon#benchmarks)
37+
- [Other Language Implementations](https://github.com/toon-format/toon#other-implementations)
3838

3939
## Future Usage
4040

@@ -50,7 +50,7 @@ decoded = decode(toon_string)
5050

5151
## Contributing
5252

53-
Interested in implementing TOON for Python? Check out the [specification](https://github.com/johannschopplich/toon/blob/main/SPEC.md) and feel free to contribute!
53+
Interested in implementing TOON for Python? Check out the [specification](https://github.com/toon-format/spec/blob/main/SPEC.md) and feel free to contribute!
5454

5555
## License
5656

0 commit comments

Comments
 (0)