diff --git a/README.md b/README.md index e900038..aa0c70c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Geekmarks: API-Driven, Geeky Bookmarking Service * Project page: [Geekmarks](https://geekmarks.dmitryfrank.com/) * [Detailed article](https://dmitryfrank.com/projects/geekmarks/article) - * [Backend API documentation](https://dmitryfrank.com/projects/geekmarks/api) + * [Backend API documentation](https://geekmarks.dmitryfrank.com/swagger/) So I wrote a new bookmarking service. We already have a lot of those, so why bother writing another one? Good question. diff --git a/server/server/bindata_assetfs.go b/server/server/bindata_assetfs.go index 5b40935..8ed08d7 100644 --- a/server/server/bindata_assetfs.go +++ b/server/server/bindata_assetfs.go @@ -276,7 +276,7 @@ var _webrootIndexHtml = []byte(` Read an article

- API documentation (coming soon) + API documentation

GitHub @@ -402,7 +402,7 @@ func webrootIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webroot/index.html", size: 6425, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webroot/index.html", size: 6406, mode: os.FileMode(420), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/server/server/webroot/index.html b/server/server/webroot/index.html index d697110..511b170 100644 --- a/server/server/webroot/index.html +++ b/server/server/webroot/index.html @@ -64,7 +64,7 @@ Read an article

- API documentation (coming soon) + API documentation

GitHub