Skip to content

Commit dba91f0

Browse files
committed
see #232 change gh org links
1 parent dd2f538 commit dba91f0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Lastly, visit the links listed in the *Additional Resources* section, below.
1414

1515
## Getting Started
1616

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
1818
already exists for the issue, participate via the existing ticket.
1919
* Describe the issue clearly. If it is a bug, include steps to reproduce it.
2020
* Select an appropriate label for the issue.
@@ -42,7 +42,7 @@ For example:
4242
## Submitting Changes
4343

4444
* 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).
4646
* You're done! Your changes will be reviewed. Please respond to comments and questions to your pull request until it is closed.
4747

4848
## Additional Resources

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![lx-Test-Suite](https://img.shields.io/badge/lx--Test--Suite-82.75%25-yellowgreen.svg)](https://github.com/Brightcookie/lx-Test-Suite)
99
[![lrs-conformance-test-suite](https://img.shields.io/badge/lrs--conformance--test--suite-86.02%25-yellowgreen.svg)](https://github.com/adlnet/lrs-conformance-test-suite)
1010
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/9e0e6f28-b099-4c84-ad85-ccf4de70d6a6.svg)](https://insight.sensiolabs.com/projects/9e0e6f28-b099-4c84-ad85-ccf4de70d6a6)
11-
[![GitHub issues](https://img.shields.io/github/issues/Brightcookie/lxHive.svg)](https://github.com/Brightcookie/lxHive/issues)
12-
[![GitHub forks](https://img.shields.io/github/forks/Brightcookie/lxHive.svg)](https://github.com/Brightcookie/lxHive/network)
13-
[![GitHub stars](https://img.shields.io/github/stars/Brightcookie/lxHive.svg)](https://github.com/Brightcookie/lxHive/stargazers)
11+
[![GitHub issues](https://img.shields.io/github/issues/Brightcookie/lxHive.svg)](https://github.com/g3i/lxHive/issues)
12+
[![GitHub forks](https://img.shields.io/github/forks/Brightcookie/lxHive.svg)](https://github.com/g3i/lxHive/network)
13+
[![GitHub stars](https://img.shields.io/github/stars/Brightcookie/lxHive.svg)](https://github.com/g3i/lxHive/stargazers)
1414
[![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg)](https://raw.githubusercontent.com/Brightcookie/lxHive/master/LICENSE.md)
1515

1616
> **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
5454
| /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)
5555
| /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)
5656

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
5858

5959
## 4. <a name="installation" />Installation
6060

@@ -75,7 +75,7 @@ The application uses [MongoDB](https://www.mongodb.org/) and [PHP](http://php.ne
7575

7676
### Setup
7777

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)*
7979

8080
#### 1. Application install and set-up
8181

@@ -135,7 +135,7 @@ Default file storage structure:
135135
### Documentation
136136

137137
* [Contributing guidelines](CONTRIBUTING.md)
138-
* [lxHive Wiki](https://github.com/Brightcookie/lxHive/wiki)
138+
* [lxHive Wiki](https://github.com/g3i/lxHive/wiki)
139139
* Compile code documentation: run `sh generate-docs.sh` from project root (file must be executable)
140140

141141
### Unit testing

src/xAPI/View/V10/Statements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function renderGet($statementResult)
6363

6464
private function renderMore($statementResult, $idArray)
6565
{
66-
if ($statementResult->getHasMore() && !empty($idArray)) {//TODO @sraka1 temporary fix for https://github.com/Brightcookie/lxHive-Internal/issues/229
66+
if ($statementResult->getHasMore() && !empty($idArray)) {//TODO @sraka1 temporary fix for https://github.com/g3i/lxHive-Internal/issues/229
6767
$latestId = end($idArray);
6868
$latestId = $latestId->__toString();
6969
if ($statementResult->getSortDescending()) {

0 commit comments

Comments
 (0)