Skip to content

Commit

Permalink
docs(index): update links according to repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 28, 2017
1 parent 0e7c5c5 commit 843d072
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ httpApi.install({
### API testing

For an exhaustive list of all available step definitions you should have a look
at the [definitions file](https://github.com/ekino-node-staging/veggies/blob/master/src/extensions/http_api/definitions.js).
at the [definitions file](https://github.com/ekino/veggies/blob/master/src/extensions/http_api/definitions.js).

#### Making a simple request and testing its status code

Expand Down Expand Up @@ -205,7 +205,7 @@ when using the [http API extension](#http-api-extension).

When installed, you can access it from the global cucumber context in your own step definitions.
For available methods on the state, please refer to its own
[documentation](https://ekino-node-staging.github.io/veggies/module-extensions_state_State.html).
[documentation](https://ekino.github.io/veggies/module-extensions_state_State.html).

```javascript
defineSupportCode(({ When }) => {
Expand All @@ -223,7 +223,7 @@ so make sure it's registered prior to installation.

When installed, you can access its client from the global cucumber context in your own step definitions.
For available methods on the client, please refer to its own
[documentation](https://ekino-node-staging.github.io/veggies/module-extensions_httpApi_client.html).
[documentation](https://ekino.github.io/veggies/module-extensions_httpApi_client.html).

```javascript
defineSupportCode(({ When }) => {
Expand All @@ -243,9 +243,9 @@ yarn run examples

[npm-image]: https://img.shields.io/npm/v/@ekino/veggies.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@ekino/veggies
[travis-image]: https://img.shields.io/travis/ekino-node-staging/veggies.svg?style=flat-square
[travis-url]: https://travis-ci.org/ekino-node-staging/veggies
[travis-image]: https://img.shields.io/travis/ekino/veggies.svg?style=flat-square
[travis-url]: https://travis-ci.org/ekino/veggies
[prettier-image]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square
[prettier-url]: https://github.com/prettier/prettier
[coverage-image]: https://img.shields.io/coveralls/ekino-node-staging/veggies/master.svg?style=flat-square
[coverage-url]: https://coveralls.io/github/ekino-node-staging/veggies?branch=master
[coverage-image]: https://img.shields.io/coveralls/ekino/veggies/master.svg?style=flat-square
[coverage-url]: https://coveralls.io/github/ekino/veggies?branch=master
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"testing",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/ekino/veggies.git"
},
"main": "src/index.js",
"author": "plouc <https://github.com/plouc>",
"maintainers": [
Expand Down
8 changes: 1 addition & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ assertion-error@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c"

async@2.1.4:
async@2.1.4, async@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4"
dependencies:
Expand All @@ -168,12 +168,6 @@ async@^1.4.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

async@^2.1.4:
version "2.5.0"
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
dependencies:
lodash "^4.14.0"

asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
Expand Down

0 comments on commit 843d072

Please sign in to comment.