From 060fe156368b75aafce75a6e0c5f449376603ff7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Jun 2018 00:25:00 +0200 Subject: [PATCH] Changed URLs to point to git.schlomp.space --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c375c85..7241af8 100644 --- a/README.md +++ b/README.md @@ -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://github.com/tastytea/mastodon-cpp/milestones) +[TODO-list](https://git.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://github.com/tastytea/mastodon-cpp/tree/master/examples) in `examples/`. +There are [examples](https://git.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://github.com/tastytea/mastodon-cpp.git + git clone https://git.schlomp.space/tastytea/mastodon-cpp.git ### Compile