Skip to content

Commit

Permalink
Fixed broken link in cblite docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snej authored Aug 21, 2020
1 parent 405becf commit db82bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ _query_ is a N1QL `SELECT` query, minus the keyword `SELECT` since that's alread

## serve

Runs a mini HTTP server that responds to the Couchbase Lite REST API.
Runs a mini HTTP server that responds to the {Sync Gateway, Couchbase Lite 1.x, CouchDB, PouchDB, etc.} REST API.

`cblite serve` _[flags]_ _databasepath_

Expand All @@ -284,7 +284,7 @@ Runs a mini HTTP server that responds to the Couchbase Lite REST API.
| `--readonly` | Prevent REST calls from altering the database |
| `--verbose` or `-v` | Log requests. Repeat flag for more verbosity. |

**Note:** Only a subset of the Couchbase Lite REST API is implemented so far! See [the documentation][REST-API].
**Note:** Only a subset of the REST API is implemented so far! See [the documentation](https://github.com/couchbase/couchbase-lite-core/wiki/REST-API).


# Example
Expand Down

0 comments on commit db82bde

Please sign in to comment.