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');
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
3838module . exports = {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
4141import {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
4141const {
You can’t perform that action at this time.
0 commit comments