git.schlomp.space -> schlomp.space

This commit is contained in:
tastytea 2018-06-04 21:06:05 +02:00
parent 12e7125561
commit 9edc1bab34
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
The library takes care of the network stuff. You submit a query and get the raw
JSON. You can then put that JSON into easy to use classes.
[TODO-list](https://git.schlomp.space/tastytea/mastodon-cpp/milestones)
[TODO-list](https://schlomp.space/tastytea/mastodon-cpp/milestones)
# Usage
The HTML reference can be generated with `build_doc.sh`, if doxygen is installed.
It is also available at [tastytea.github.io/mastodon-cpp/](https://tastytea.github.io/mastodon-cpp/docs/annotated.html).
There are [examples](https://git.schlomp.space/tastytea/mastodon-cpp/src/branch/master/examples) in `examples/`.
There are [examples](https://schlomp.space/tastytea/mastodon-cpp/src/branch/master/examples) in `examples/`.
## Upgrading from below 0.13.0
@ -160,7 +160,7 @@ Download the current release at [GitHub](https://github.com/tastytea/mastodon-cp
[![Build Status](https://travis-ci.org/tastytea/mastodon-cpp.svg?branch=master)](https://travis-ci.org/tastytea/mastodon-cpp)
git clone https://git.schlomp.space/tastytea/mastodon-cpp.git
git clone https://schlomp.space/tastytea/mastodon-cpp.git
### Compile