Skip to content

Commit 305aa3a

Browse files
committed
Fix URLs
1 parent 6762a45 commit 305aa3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feathers-vuex
22

3-
[![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex.png?branch=master)](https://travis-ci.org/feathers-plus/feathers-vuex)
3+
[![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex.png?branch=master)](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex)
44
[![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-vuex.svg?style=flat-square)](https://david-dm.org/feathers-plus/feathers-vuex)
55
[![Download Status](https://img.shields.io/npm/dm/feathers-vuex.svg?style=flat-square)](https://www.npmjs.com/package/feathers-vuex)
66

@@ -14,7 +14,7 @@
1414

1515
[Demo](https://codesandbox.io/s/xk52mqm7o)
1616

17-
See [https://feathers-vuex.netlify.com/index.html](https://feathers-vuex.netlify.com) for full documentation.
17+
See [https://feathers-vuex.netlify.com](https://feathers-vuex.netlify.com) for full documentation.
1818

1919
## Installation
2020

@@ -26,7 +26,7 @@ npm install feathers-vuex --save
2626
yarn add feathers-vuex
2727
```
2828

29-
IMPORTANT: Feathers-Vuex is (and requires to be) published in ES6 format for full compatibility with JS classes. If your project uses Babel, it must be configured properly. See the [Project Configuration](#projectconfiguration) section for more information.
29+
IMPORTANT: Feathers-Vuex is (and requires to be) published in ES6 format for full compatibility with JS classes. If your project uses Babel, it must be configured properly. See the [Project Configuration](https://feathers-vuex.netlify.com/api-overview.html#project-configuration) section for more information.
3030

3131
## Contributing
3232

@@ -36,4 +36,4 @@ This repo is pre-configured to work with the Visual Studio Code debugger. After
3636

3737
Copyright (c) Forever and Ever, or at least the current year.
3838

39-
Licensed under the [MIT license](https://github.com/feathers-plus/feathers-vuex/blob/master/LICENSE).
39+
Licensed under the [MIT license](https://github.com/feathersjs-ecosystem/feathers-vuex/blob/master/LICENSE).

0 commit comments

Comments
 (0)