Skip to content

Commit 7bb72aa

Browse files
update license in package.json
1 parent 23284b5 commit 7bb72aa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55

66
<p align="center">
7-
<a href="https://travis-ci.org/HumanConnection/HC-API"><img src="https://img.shields.io/travis/HumanConnection/HC-API/master.svg" alt="Build Status"></a>
7+
<a href="https://travis-ci.org/Human-Connection/API"><img src="https://img.shields.io/travis/Human-Connection/API/master.svg" alt="Build Status"></a>
88
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-green.svg" "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)" /></a>
99
</p>
1010

1111
# Human-Connection API
1212

1313
The API for a better world. More information under [human-connection.org](https://human-connection.org)
1414

15-
> **Note:** This is only the API part of Human-Connection, you have to also checkout the [Frontend](https://github.com/HumanConnection/HC-Frontend) which uses this API.
15+
> **Note:** This is only the API part of Human-Connection, you have to also checkout the [WebApp](https://github.com/Human-Connection/WebApp) which uses this API.
1616
1717
## Framework
1818

@@ -28,12 +28,12 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
2828

2929
2. Clone this repo
3030
``` bash
31-
$ git clone https://[email protected]/bitbucket/scm/hc/hc-api-feathers.git
31+
$ git clone https://github.com/Human-Connection/API.git
3232
```
3333

3434
3. Install your dependencies
3535
``` bash
36-
$ cd ./hc-api-feathers
36+
$ cd ./API
3737
$ yarn
3838
```
3939

@@ -128,10 +128,10 @@ $ feathers help # Show all commands
128128
129129
For more information on all the framework related things visit [docs.feathersjs.com](http://docs.feathersjs.com).
130130
131-
The HC platform is documented in our [gitbook](https://humanconnection.gitbooks.io) (work in progress).
131+
The HC platform is documented in our [gitbook](https://www.gitbook.com/book/human-connection/documentation/) (work in progress).
132132
133133
## License
134134
135-
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png"/></a>
135+
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc-sa.svg"/></a>
136136
137137
[Creative Commons (CC BY-NC-SA 4.0) License](https://creativecommons.org/licenses/by-nc-sa/4.0/) not for commercial use.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "hc-api",
2+
"name": "human-connection-api",
33
"description": "Human-Connection API",
44
"version": "0.1.0",
55
"homepage": "https://human-connection.org",
66
"license": "CC-BY-NC-SA-4.0",
77
"repository": {
88
"type" : "git",
9-
"url" : "https://github.com/HumanConnection/HC-API.git"
9+
"url" : "https://github.com/Human-Connection/API.git"
1010
},
1111
"main": "server",
1212
"keywords": [
@@ -21,7 +21,7 @@
2121
},
2222
"contributors": [],
2323
"bugs": {
24-
"url" : "https://github.com/HumanConnection/HC-API/issues",
24+
"url" : "https://github.com/Human-Connection/API/issues",
2525
"email" : "[email protected]"
2626
},
2727
"directories": {

0 commit comments

Comments
 (0)