From a35e65e400c33c3c1ce056afab1707542f94da90 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Mon, 20 Jan 2020 00:47:07 +0100
Subject: [PATCH] Docs: Updated the documentation to point to the latest
 version and links.

---
 docs/getting_started.md | 6 +++---
 docs/index.md           | 9 +++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/docs/getting_started.md b/docs/getting_started.md
index c5a19af8..f8dd34aa 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -12,7 +12,7 @@ To include Ferma in your project of choice include the following Maven dependenc
 <dependency>
     <groupId>com.syncleus.ferma</groupId>
     <artifactId>ferma</artifactId>
-    <version>3.3.0</version>
+    <version>3.3.1</version>
 </dependency>
 ```
 
@@ -88,9 +88,9 @@ Say we extend the Person class with the Programmer class.
 public class Programmer extends Person {
 }
 ```
-    
+
 Using simple mode will save the type of Java class the element was created with for use later:
-    
+
 ```java
 public void testSimpleTyping() {
   Graph graph = TinkerGraph.open();
diff --git a/docs/index.md b/docs/index.md
index 6f8d92cc..4c1b402b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -62,6 +62,7 @@ including the following.
 
 Ferma Javadocs:
 [latest](http://www.javadoc.io/doc/com.syncleus.ferma/ferma) -
+[3.3.1](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.3.1) -
 [3.3.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.3.0) -
 [3.2.1](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.2.1) -
 [3.2.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.2.0) -
@@ -86,10 +87,10 @@ Ferma Javadocs:
 
 For support please use
 [Gitter](https://gitter.im/Syncleus/Ferma?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
-or the [official Ferma mailing list](https://groups.google.com/a/syncleus.com/forum/#!forum/ferma-list).
+or the [official Ferma mailing list and Discourse forum](https://discourse.qoto.org/c/PROJ/FERMA).
 
-Please file bugs and feature requests on
-[Github](https://github.com/Syncleus/Ferma/issues).
+Please file bugs and feature requests on [QOTO GitLab](https://git.qoto.org/Ferma/Ferma/issues) a
+reference to some older issues can be found at [Github](https://github.com/Syncleus/Ferma/issues).
 
 Obtaining the Source
 --------------------
@@ -98,5 +99,5 @@ The official source repository for Ferma is located in the Syncleus
 Github repository and can be cloned using the following command.
 
 ```
-git clone https://github.com/Syncleus/Ferma.git
+git clone https://git.qoto.org/Ferma/Ferma.git
 ```
-- 
GitLab