Skip to content

Commit 69e5e6a

Browse files
committed
docs fix
1 parent c751ab2 commit 69e5e6a

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var cordovapush = require('cordovapush');
1717

1818
## Documentation
1919

20-
The documentation is [here](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents).
20+
The documentation is [here](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents).
2121

2222
## Quick start
2323

@@ -187,7 +187,7 @@ Start server from current directory.
187187

188188
## History/Changelog
189189

190-
Take a look at the [history](https://github.com/smile-mobile/cordovapush-server/blob/master/server/HISTORY.md).
190+
Take a look at the [history](https://github.com/smile-mobile/cordovapush-server/blob/master/HISTORY.md#history).
191191

192192
## License
193193

docs/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[Cordovapush server homepage](https://github.com/smile-mobile/cordovapush-server/tree/master/server)
1+
[Cordovapush server homepage](https://github.com/smile-mobile/cordovapush-server/tree/master)
22

33
# Table of contents
44

55
## Getting started
66

7-
* [Install](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/install.md#install) - Install cordovapush server.
8-
* [New](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/new.md#new) - Generate a new cordovapush server.
9-
* [Config](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/config.md#config) - Configure your cordovapush server.
10-
* [Start](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/start.md#start) - Start your cordovapush server.
7+
* [Install](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/install.md#install) - Install cordovapush server.
8+
* [New](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/new.md#new) - Generate a new cordovapush server.
9+
* [Config](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/config.md#config) - Configure your cordovapush server.
10+
* [Start](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/start.md#start) - Start your cordovapush server.
1111

1212
## Advanced documentation
1313

14-
* [iOS](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/ios.md#ios) - Apple Push Notification Guide.
15-
* [android](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/android.md#android) - Google Cloud Message Guide.
16-
* [web](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/web.md#web) - Tweak your web interface.
17-
* [platform](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/platform.md#platform) - Support a new platform.
14+
* [iOS](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/ios.md#ios) - Apple Push Notification Guide.
15+
* [android](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/android.md#android) - Google Cloud Message Guide.
16+
* [web](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/web.md#web) - Tweak your web interface.
17+
* [platform](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/platform.md#platform) - Support a new platform.
1818

1919
## Development
2020

21-
* [Contributing to cordovapush](https://github.com/smile-mobile/cordovapush-server/blob/master/server/docs/contribute.md#contribute) - Contribute !
21+
* [Contributing to cordovapush](https://github.com/smile-mobile/cordovapush-server/blob/master/docs/contribute.md#contribute) - Contribute !

docs/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Android
44

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Config
44

docs/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Contribute
44

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Install
44

docs/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## iOS
44

docs/new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## New
44

docs/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Platform
44

docs/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/server/docs#table-of-contents)
1+
[Table of contents](https://github.com/smile-mobile/cordovapush-server/tree/master/docs#table-of-contents)
22

33
## Start
44

0 commit comments

Comments
 (0)