Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 08788c6

Browse files
committed
Doc fixes:
* Add a note that the user might need to do `CREATE EXTENSION postgis` when upgrading to Postgis for the first time * Switch demo/benchmark URLs to use the master branch instead of a pinned version * Elaborate on forking in TOS, link to the new account settings page for deletion and turn support mail into links.
1 parent f9ee128 commit 08788c6

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

content/docs/0000_getting-started/0150_frequently_asked_questions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Splitgraph with [Jupyter notebooks](../integrating_splitgraph/jupyter_notebooks)
4242

4343
### What's the performance like? Do you have any benchmarks?
4444

45-
We maintain a couple of Jupyter notebooks with benchmarks on [our GitHub](https://github.com/splitgraph/splitgraph/tree/v0.1.0/examples/benchmarking).
45+
We maintain a couple of Jupyter notebooks with benchmarks on [our GitHub](https://github.com/splitgraph/splitgraph/tree/master/examples/benchmarking).
4646

4747
It's difficult to specify what is considered a benchmark for Splitgraph, as for a lot of operations
4848
one would be benchmarking PostgreSQL itself. This is why we haven't run benchmarks like [TPC-DS](http://www.tpc.org/tpcds/) on Splitgraph

content/docs/0700_integrating_splitgraph/0200_postgis.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Splitgraph can also work with [PostGIS](https://postgis.net/), an extension for
77

88
```shell-session
99
$ sgr engine upgrade --image splitgraph/engine:stable-postgis
10+
$ sgr sql "CREATE EXTENSION IF NOT EXISTS postgis"
1011
```
1112

12-
The [PostGIS example](https://github.com/splitgraph/splitgraph/tree/v0.1.0/examples/postgis) will guide you through plotting a map of votes in New York City in the 2016 US Presidential Election using Splitgraph, PostGIS and [GeoPandas](https://geopandas.org/).
13+
The [PostGIS example](https://github.com/splitgraph/splitgraph/tree/master/examples/postgis) will guide you through plotting a map of votes in New York City in the 2016 US Presidential Election using Splitgraph, PostGIS and [GeoPandas](https://geopandas.org/).

content/docs/0700_integrating_splitgraph/0400_dbt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Turning the source and the target schemas that dbt uses into Splitgraph reposito
2222

2323
## Example
2424

25-
The [dbt example](https://github.com/splitgraph/splitgraph/tree/v0.1.0/examples/dbt) showcases
25+
The [dbt example](https://github.com/splitgraph/splitgraph/tree/master/examples/dbt) showcases
2626
running dbt against the Splitgraph engine, using Splitgraph to swap between different versions of the
2727
source dataset and looking at their effect on the built dbt model.
2828

content/root/privacy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Although most changes are likely to be minor, Splitgraph may change our Privacy
5757

5858
## Contact
5959

60-
If you have questions about how we handle your data please email support@splitgraph.com.
60+
If you have questions about how we handle your data please email [support@splitgraph.com](mailto:support@splitgraph.com).

content/root/terms.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ We have the right (though not the obligation) to refuse or remove any User-Gener
128128

129129
You retain ownership of and responsibility for Your Content. If you're posting anything you did not create yourself or do not own the rights to, you agree that you are responsible for any Content you post; that you will only submit Content that you have the right to post; and that you will fully comply with any third party licenses relating to Content you post.
130130

131-
Because you retain ownership of and responsibility for Your Content, we need you to grant us — and other Splitgraph Users — certain legal permissions (laid out below). These license grants apply to Your Content. If you upload Content that already comes with a license granting Splitgraph the permissions we need to run our Service, no additional license is required. You understand that you will not receive any payment for any of the rights granted. The licenses you grant to us will end when you remove Your Content from our servers, unless other Users have forked it.
131+
Because you retain ownership of and responsibility for Your Content, we need you to grant us — and other Splitgraph Users — certain legal permissions (laid out below). These license grants apply to Your Content. If you upload Content that already comes with a license granting Splitgraph the permissions we need to run our Service, no additional license is required. You understand that you will not receive any payment for any of the rights granted. The licenses you grant to us will end when you remove Your Content from our servers, unless other Users have forked it by, for example, building a derivative dataset from it that's hosted on our platform.
132132

133133
### License Grant to Us
134134

@@ -176,7 +176,7 @@ If we have reason to believe the contents of a private repository are in violati
176176

177177
## Copyright Infringement
178178

179-
If you believe that content on our website violates your copyright, please contact us by emailing support@splitgraph.com. There may be legal consequences for sending a false or frivolous takedown notice. Before sending a takedown request, you must consider legal uses such as fair use and licensed uses.
179+
If you believe that content on our website violates your copyright, please contact us by emailing [support@splitgraph.com](mailto:support@splitgraph.com). There may be legal consequences for sending a false or frivolous takedown notice. Before sending a takedown request, you must consider legal uses such as fair use and licensed uses.
180180

181181
## Intellectual Property Notice
182182

@@ -204,7 +204,7 @@ Splitgraph may offer subscription-based access to our API for those Users who re
204204

205205
### Account Cancellation
206206

207-
It is your responsibility to properly cancel your Account with Splitgraph. You can cancel your Account at any time by emailing support@splitgraph.com.
207+
It is your responsibility to properly cancel your Account with Splitgraph. You can cancel your Account at any time on the [Account Settings page](/settings/account) page or by emailing [support@splitgraph.com](mailto:support@splitgraph.com).
208208

209209
### Upon Cancellation
210210

0 commit comments

Comments
 (0)