You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Lastly, visit the links listed in the *Additional Resources* section, below.
14
14
15
15
## Getting Started
16
16
17
-
*[Create a new issue](https://github.com/Brightcookie/lxHive/issues/new) for your issue. If a ticket
17
+
*[Create a new issue](https://github.com/g3i/lxHive/issues/new) for your issue. If a ticket
18
18
already exists for the issue, participate via the existing ticket.
19
19
* Describe the issue clearly. If it is a bug, include steps to reproduce it.
20
20
* Select an appropriate label for the issue.
@@ -42,7 +42,7 @@ For example:
42
42
## Submitting Changes
43
43
44
44
* Push changes in your branch to your fork.
45
-
*[Create a pull request](https://github.com/Brightcookie/lxHive/compare) and mention the issue it fixes [as described here](https://github.com/blog/1506-closing-issues-via-pull-requests).
45
+
*[Create a pull request](https://github.com/g3i/lxHive/compare) and mention the issue it fixes [as described here](https://github.com/blog/1506-closing-issues-via-pull-requests).
46
46
* You're done! Your changes will be reviewed. Please respond to comments and questions to your pull request until it is closed.
> **Important note:** Current version (0.10.0) is **not compatible** with older lxHive versions. It is not possible to upgrade a legacy lxHive instance.
@@ -54,7 +54,7 @@ The application uses [MongoDB](https://www.mongodb.org/) and [PHP](http://php.ne
54
54
| /agents | 1.0.2 | - | - | x | - | (JSON) retrieve a single agent | [xAPI, section 7.6](https://github.com/adlnet/xAPI-Spec/blob/1.0.2/xAPI.md#76-agent-profile-api)
55
55
| /agents/profile | 1.0.2 | x | x | x | x | (JSON) CRUD - profile(s) of an actor | [xAPI, section 7.6](https://github.com/adlnet/xAPI-Spec/blob/1.0.2/xAPI.md#76-agent-profile-api)
56
56
57
-
* see our [wiki](https://github.com/Brightcookie/lxHive/wiki/List-of-xAPI-and-lxHive-Endpoints) for a complete list of lxHive endpoints
57
+
* see our [wiki](https://github.com/g3i/lxHive/wiki/List-of-xAPI-and-lxHive-Endpoints) for a complete list of lxHive endpoints
58
58
59
59
## 4. <aname="installation" />Installation
60
60
@@ -75,7 +75,7 @@ The application uses [MongoDB](https://www.mongodb.org/) and [PHP](http://php.ne
75
75
76
76
### Setup
77
77
78
-
**Note: Check out our Wiki for a more comprehensive [step-by-step guide].(https://github.com/Brightcookie/lxHive/wiki/Step-by-step:-Install-lxHive-and-setup-authentication-for-your-app)*
78
+
**Note: Check out our Wiki for a more comprehensive [step-by-step guide].(https://github.com/g3i/lxHive/wiki/Step-by-step:-Install-lxHive-and-setup-authentication-for-your-app)*
0 commit comments