Skip to content

Commit

Permalink
Merge pull request dolthub#1372 from dolthub/oscarbatori/docs-link-fixes
Browse files Browse the repository at this point in the history
fix docs links in readme
  • Loading branch information
Oscar Batori authored Feb 26, 2021
2 parents 4518a60 + 8b9f8c7 commit 6bf72ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ Date: Wed Nov 11 13:42:27 -0800 2020
commit 9hgk7jb7hlkvvkbornpldcopqh2gn6jo
Author: Zach Musgrave <zach@dolthub.com>
Date: Wed Nov 11 13:40:53 -0800 2020
initial data
commit 8o8ldh58pjovn8uvqvdq2olf7dm63dj9
Author: Zach Musgrave <zach@dolthub.com>
Date: Wed Nov 11 13:36:24 -0800 2020
Expand Down Expand Up @@ -313,7 +313,7 @@ And then push to it.
$ dolt push origin master
```

## Other remotes
## Other remotes

`dolt` also supports directory, aws, and gcs based remotes:

Expand Down Expand Up @@ -352,17 +352,17 @@ explore and clone. Here are some of our favorites.

There's a lot more to Dolt than can fit in a README file! For full
documentation, check out the [docs on
DoltHub](https://www.dolthub.com/docs/). Some of the topics we didn't
DoltHub](https://docs.dolthub.com/). Some of the topics we didn't
cover here:

* [Querying past revisions of your
tables](https://www.dolthub.com/docs/reference/sql/#querying-non-head-revisions-of-a-database)
tables](https://docs.dolthub.com/reference/sql/dolt-system-tables#dolt_history_usdtablename)
* [Starting a SQL
server](https://www.dolthub.com/docs/tutorials/using-sql/#getting-started_mysql-server)
server](https://docs.dolthub.com/reference/cli#dolt-sql-server)
* [Selecting the diff between two
commits](https://www.dolthub.com/docs/reference/sql/#dolt-system-tables)
commits](https://docs.dolthub.com/reference/sql/dolt-system-tables#dolt_diff_usdtablename)
* [Documentation for all CLI
commands](https://www.dolthub.com/docs/reference/cli/)
commands](https://docs.dolthub.com/reference/cli)

# Credits and License

Expand Down

0 comments on commit 6bf72ed

Please sign in to comment.