diff --git a/README.md b/README.md index b010050..776191d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![pipeline status](https://git.feneas.org/jaywink/federation/badges/master/pipeline.svg)](https://git.feneas.org/jaywink/federation/commits/master) [![codecov.io](https://codecov.io/github/jaywink/federation/coverage.svg?branch=master)](https://codecov.io/github/jaywink/federation?branch=master) [![issue tracker](https://img.shields.io/badge/issue%20tracker-gitlab-orange.svg)](https://git.feneas.org/jaywink/federation/issues) +[![pipeline status](https://gitlab.com/jaywink/federation/badges/master/pipeline.svg)](https://gitlab.com/jaywink/federation) [![issue tracker](https://img.shields.io/badge/issue%20tracker-gitlab-orange.svg)](https://gitlab.com/jaywink/federation/-/issues) [![PyPI version](https://badge.fury.io/py/federation.svg)](https://pypi.python.org/pypi/federation) [![Documentation Status](http://readthedocs.org/projects/federation/badge/?version=latest)](http://federation.readthedocs.io/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/pyversions/federation.svg?maxAge=2592000)](https://pypi.python.org/pypi/federation) [![PyPI](https://img.shields.io/pypi/l/federation.svg?maxAge=2592000)](https://pypi.python.org/pypi/federation) @@ -48,4 +48,4 @@ See [development and support documentation](http://federation.readthedocs.io/en/ ### Author -Jason Robinson / https://jasonrobinson.me / https://git.feneas.org/jaywink / https://github.com/jaywink +Jason Robinson / https://jasonrobinson.me / https://gitlab.com/jaywink / https://github.com/jaywink diff --git a/docs/development.rst b/docs/development.rst index 4b8e020..0b5d200 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -3,9 +3,8 @@ Development Help is more than welcome to extend this library. Please see the following resources. -* `Source code repo `_ -* `Issue tracker `_ -* `Kanban board `_ +* `Source code repo `_ +* `Issue tracker `_ Environment setup ----------------- @@ -34,7 +33,6 @@ Built documentation is available at ``docs/_build/html/index.html``. Contact for help ---------------- -Easiest via Matrix on room ``#socialhome:federator.dev``. There is a bridged -Freenode channel as well found at ``#socialhome``. +Easiest via Matrix on room ``#socialhome:federator.dev``. You can also ask questions or give feedback via issues. diff --git a/docs/example_projects.rst b/docs/example_projects.rst index 18f71d6..f685f3c 100644 --- a/docs/example_projects.rst +++ b/docs/example_projects.rst @@ -6,5 +6,5 @@ Projects using federation For examples on how to integrate this library into your project, check these examples: * `Socialhome `_ - a federated home page builder slash personal social network server with high emphasis on card style content visualization. -* `Social-Relay `_ - a reference server for the public content relay system that uses the Diaspora protocol. +* `Social-Relay `_ - a reference server for the public content relay system that uses the Diaspora protocol. * `The Federation info `_ - statistics and node list for the federated web. diff --git a/setup.py b/setup.py index e32f9ad..b5d4a3d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( author_email='mail@jasonrobinson.me', maintainer='Jason Robinson', maintainer_email='mail@jasonrobinson.me', - url='https://git.feneas.org/jaywink/federation', + url='https://gitlab.com/jaywink/federation', download_url='https://pypi.org/project/federation/', packages=find_packages(), license="BSD 3-clause",