Skip to content

Commit c8edfde

Browse files
committed
Update README links and improve wording for clarity
1 parent 53e5a21 commit c8edfde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

omdev/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Development utilities and support code.
1313
# Amalgamation
1414

1515
Amalgamation is the process of stitching together multiple python source files into a single self-contained python
16-
script. ['lite'](../omlish/README.md#lite-code) code is written in a style conducive to this.
16+
script. ['lite'](https://github.com/wrmsr/omlish/blob/master/omlish/README.md#lite-code) code is written in a style
17+
conducive to this.

omlish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Core utilities and foundational code. It's relatively large but completely self-
5454

5555
- **[json](formats/json)** - Tools for json, including abstraction over various backends and a self-contained streaming
5656
/ incremental parser.
57-
- **[json5](formats/json5)** - A self-contained, tested [Json5](https://json5.org/) parser.
57+
- **[json5](formats/json5)** - A self-contained and tested [Json5](https://json5.org/) parser.
5858
- **[toml](formats/toml)** - Toml tools, including a [lite](#lite-code) version of the stdlib parser (for use in older
5959
pythons).
6060

@@ -114,7 +114,7 @@ Core utilities and foundational code. It's relatively large but completely self-
114114

115115
A subset of this codebase is written in a 'lite' style - while most of the code is written for python 3.12+, 'lite' code
116116
is written for 3.8+, and is written in a style conducive to
117-
[amalgamation](https://github.com/wrmsr/omlish/omdev/README.md#amalgamation), in which multiple python source files are
117+
[amalgamation](https://github.com/wrmsr/omlish/tree/master/omdev#amalgamation), in which multiple python source files are
118118
stitched together into one single self-contained python script.
119119

120120
Code written in this style has notable differences from standard code, including (but not limited to):

0 commit comments

Comments
 (0)