aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--USAGE4
-rw-r--r--api.go2
-rw-r--r--main.go2
3 files changed, 4 insertions, 4 deletions
diff --git a/USAGE b/USAGE
index 68e8b46..9484efa 100644
--- a/USAGE
+++ b/USAGE
@@ -13,9 +13,9 @@ Requirements
Installation
------------
- - `go get -u git.clsr.net/gomf`
+ - `go get -u git.clsr.net/gomf/gomf`
- - Go to a directory where you want to have the website files and `git clone https://git.clsr.net/gomf-web`
+ - Go to a directory where you want to have the website files and `git clone https://git.clsr.net/gomf/gomf-web`
Running
diff --git a/api.go b/api.go
index 46563dd..0ce4b83 100644
--- a/api.go
+++ b/api.go
@@ -6,7 +6,7 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
- "git.clsr.net/gomf/storage"
+ "git.clsr.net/gomf/gomf/storage"
"io"
"mime"
"net/http"
diff --git a/main.go b/main.go
index 7953398..c72d585 100644
--- a/main.go
+++ b/main.go
@@ -3,7 +3,7 @@ package main
import (
"flag"
"fmt"
- "git.clsr.net/gomf/storage"
+ "git.clsr.net/gomf/gomf/storage"
"math/rand"
"net/http"
"strings"