git.schlomp.space -> schlomp.space

This commit is contained in:
tastytea 2018-06-04 21:02:07 +02:00
parent 798753ad25
commit 7310f49370
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,14 @@ The documentation is far from complete, sorry.
* [cmake](https://cmake.org/) (tested: 3.9.6)
* [boost](http://www.boost.org/) (tested: 1.63.0)
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
* [mastodon-cpp](https://git.schlomp.space/tastytea/mastodon-cpp) (at least: 0.12.0)
* [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.12.0)
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4)
## Get sourcecode
### Development version
git clone https://git.schlomp.space/tastytea/mastorss.git
git clone https://schlomp.space/tastytea/mastorss.git
## Compile
@ -71,7 +71,7 @@ ${HOME}/.config/mastorss/config-example.json
## Error codes
Same as [mastodon-cpp](https://git.schlomp.space/tastytea/mastodon-cpp/src/branch/master/README.md#error-codes)
Same as [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp/src/branch/master/README.md#error-codes)
# Copyright

View File

@ -77,7 +77,7 @@ std::uint16_t read_config(string &instance, string &access_token, string &feedur
std::uint16_t ret = masto.register_app1("mastorss",
"urn:ietf:wg:oauth:2.0:oob",
"write",
"https://git.schlomp.space/tastytea/mastorss",
"https://schlomp.space/tastytea/mastorss",
client_id,
client_secret,
url);