Skip to content

Commit 3c29567

Browse files
committed
Update manual links
1 parent b088d80 commit 3c29567

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/cli/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const path = require('path');
3131

3232
//
3333
// This is where you can place your custom CLI tasks
34-
// https://manual.os-js.org/v3/guide/cli/
35-
// https://manual.os-js.org/v3/resource/official/
34+
// https://manual.os-js.org/guide/cli/
35+
// https://manual.os-js.org/resource/official/
3636
//
3737

3838
module.exports = {

src/client/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
//
3232
// This is the client configuration tree.
33-
// Guide: https://manual.os-js.org/v3/config/#client
33+
// Guide: https://manual.os-js.org/config/#client
3434
// Complete config tree: https://github.com/os-js/osjs-client/blob/master/src/config.js
3535
//
3636

src/client/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// This is where you can register service providers or set up
3434
// your libraries etc.
3535
//
36-
// https://manual.os-js.org/v3/guide/provider/
37-
// https://manual.os-js.org/v3/install/
38-
// https://manual.os-js.org/v3/resource/official/
36+
// https://manual.os-js.org/guide/provider/
37+
// https://manual.os-js.org/install/
38+
// https://manual.os-js.org/resource/official/
3939
//
4040

4141
import {

src/server/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
//
3232
// This is the server configuration tree.
33-
// Guide: https://manual.os-js.org/v3/config/#server
33+
// Guide: https://manual.os-js.org/config/#server
3434
// Complete config tree: https://github.com/os-js/osjs-server/blob/master/src/config.js
3535
//
3636

src/server/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// This is where you can register service providers or set up
3434
// your libraries etc.
3535
//
36-
// https://manual.os-js.org/v3/guide/provider/
37-
// https://manual.os-js.org/v3/install/
38-
// https://manual.os-js.org/v3/resource/official/
36+
// https://manual.os-js.org/guide/provider/
37+
// https://manual.os-js.org/install/
38+
// https://manual.os-js.org/resource/official/
3939
//
4040

4141
const {

0 commit comments

Comments
 (0)