Skip to content

Commit 0954dde

Browse files
committed
replace relative references with absolute urls
1 parent a0aec46 commit 0954dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ annotation.state_values = [False, False, True]
4444
umbi.ats.write(ats, "out.umb")
4545
```
4646

47-
More examples can be found in the [examples](./examples) folder.
47+
More examples can be found in the [examples](https://github.com/pmc-tools/umbi/tree/main/examples) folder.
4848

4949
## API
5050

@@ -54,7 +54,7 @@ More examples can be found in the [examples](./examples) folder.
5454

5555
**[`ExplicitUmb`](umbi/umb/explicit_umb.py)** - in-memory representation of a typical umbfile. Attributes are standard Python objects (lists, dicts, dataclasses) providing a deserialized view of the file contents.
5656

57-
**[`SimpleAts`](umbi/ats/simple_ats.py)** - format-agnostic abstraction for annotated transition systems (states, transitions, annotations, etc.). Recommended for most use cases: easiest to use programmatically and remains stable across UMB format changes. See [umbi.ats.examples](./umbi/ats/examples/) for usage examples.
57+
**[`SimpleAts`](umbi/ats/simple_ats.py)** - format-agnostic abstraction for annotated transition systems (states, transitions, annotations, etc.). Recommended for most use cases: easiest to use programmatically and remains stable across UMB format changes. See [umbi.ats.examples](https://github.com/pmc-tools/umbi/tree/main/umbi/ats/examples/) for usage examples.
5858

5959
## CLI
6060

0 commit comments

Comments
 (0)