From bf136d11282f087679409b9df29ca420e773d8b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 1 Feb 2020 11:49:19 +0100 Subject: [PATCH] Docs: Updated several links in the readme. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bea10d..420c964 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#  AIO Gremlin +# [ AIO Gremlin](http://goblin-ogm.com) [](http://git.qoto.org/goblin-ogm/aiogremlin/commits/master) [](https://requires.io/github/goblin-ogm/aiogremlin/requirements/?branch=master) @@ -51,11 +51,11 @@ with `aiogremlin`. Some unique feature provided by the Goblin OGM include: -* High level asynchronous *Object Graph Mapper* (OGM) - provided by [goblin](http://git.qoto.org/goblin-ogm/goblin) +* High level asynchronous *Object Graph Mapper* (OGM) - provided by [goblin](https://git.qoto.org/goblin-ogm/goblin) * Integration with the *official gremlin-python Gremlin Language Variant* (GLV) * Native Python support for asynchronous programing including *coroutines*, *iterators*, and *context managers* as specified in [PEP 492](https://www.python.org/dev/peps/pep-0492/) -* *Asynchronous Python driver* for the Gremlin Server - now provided by [aiogremlin](http://aiogremlin.readthedocs.io/en/latest/) -* Async `Graph` implementation that produces *native Python GLV traversals* - now provided by [aiogremlin](http://aiogremlin.readthedocs.io/en/latest/) +* *Asynchronous Python driver* for the Gremlin Server +* Async `Graph` implementation that produces *native Python GLV traversals* ## Getting Started @@ -88,7 +88,7 @@ As an open-source project we run entierly off donations. Buy one of our hardwork ## Support and Documentation -This project is officially hosted on [QOTO GitLab here](https://git.qoto.org/goblin-ogm/aiogremlin) however an up-to-date mirror is also maintained on [Github here](https://github.com/goblin-ogm/aiogremlin). +The official homepage for the project is at [http://goblin-ogm.com](http://goblin-ogm.com). The source is officially hosted on [QOTO GitLab here](https://git.qoto.org/goblin-ogm/aiogremlin) however an up-to-date mirror is also maintained on [Github here](https://github.com/goblin-ogm/aiogremlin). Documentation: [latest](http://goblin-ogm.qoto.io/aiogremlin) -- GitLab