File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ const path = require('path');
31
31
32
32
//
33
33
// 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/
36
36
//
37
37
38
38
module . exports = {
Original file line number Diff line number Diff line change 30
30
31
31
//
32
32
// 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
34
34
// Complete config tree: https://github.com/os-js/osjs-client/blob/master/src/config.js
35
35
//
36
36
Original file line number Diff line number Diff line change 33
33
// This is where you can register service providers or set up
34
34
// your libraries etc.
35
35
//
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/
39
39
//
40
40
41
41
import {
Original file line number Diff line number Diff line change 30
30
31
31
//
32
32
// 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
34
34
// Complete config tree: https://github.com/os-js/osjs-server/blob/master/src/config.js
35
35
//
36
36
Original file line number Diff line number Diff line change 33
33
// This is where you can register service providers or set up
34
34
// your libraries etc.
35
35
//
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/
39
39
//
40
40
41
41
const {
You can’t perform that action at this time.
0 commit comments