Skip to content

Commit a6fdc3f

Browse files
committed
- When PyPI renders README.md, these two links don't work in browser - Because this page comes up first when Googling 'splitgraph pypi' and #2 for 'splitgraph python' it seemed worth considering
1 parent 7aff564 commit a6fdc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)