Skip to content

Commit 7611ba8

Browse files
authored
Merge pull request #700 from splitgraph/chore/fix-links-in-README
Chore: Absoluteify links for https://pypi.org/project/splitgraph readers
2 parents 7aff564 + a6fdc3f commit 7611ba8

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
@@ -64,7 +64,7 @@ The code in this repository contains:
6464
`sgr` is the main command line tool used to work with Splitgraph "images"
6565
(data snapshots). Use it to ingest data, work with Splitfiles, and push data
6666
to Splitgraph.
67-
- **[`sgr` Engine](engine/README.md)**: a
67+
- **[`sgr` Engine](https://github.com/splitgraph/sgr/blob/master/engine/README.md)**: a
6868
[Docker image](https://hub.docker.com/r/splitgraph/engine) of the latest
6969
Postgres with `sgr` and other required extensions pre-installed.
7070
- **[Splitgraph Python library](https://www.splitgraph.com/docs/python-api/splitgraph.core)**:
@@ -119,7 +119,7 @@ You can follow the
119119
that will guide you through the basics of using `sgr` with Splitgraph or
120120
standalone.
121121

122-
Alternatively, `sgr` comes with plenty of [examples](examples) to get you
122+
Alternatively, `sgr` comes with plenty of [examples](https://github.com/splitgraph/sgr/tree/master/examples) to get you
123123
started.
124124

125125
If you're stuck or have any questions, check out the

0 commit comments

Comments
 (0)