This repository was archived by the owner on Jun 15, 2023. It is now read-only.
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- const parser = require ( '@colophon/ schema' )
1
+ const parser = require ( '@telus/colophon- schema' )
2
2
const log = require ( '../lib/log' )
3
3
4
4
const fragments = {
Original file line number Diff line number Diff line change 1
1
const db = require ( '../lib/db/' )
2
2
const scan = require ( '../lib/scan/repo' )
3
- const parser = require ( '@colophon/ schema' )
3
+ const parser = require ( '@telus/colophon- schema' )
4
4
5
5
// capture error tree
6
6
const parseErrors = content => parser ( content ) . catch ( error => error . name === 'ColophonError' ? error . errors : error . message )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ div.card
25
25
else
26
26
div.card-alert.alert.alert-info.mb-0
27
27
i.fe.fe-alert-triangle.mr-2
28
- span Please consult the #[ a( href ='https://github.com/project -colophon/ schema' target ='_blank' ) colophon schema] specification.
28
+ span Please consult the #[ a( href ='https://github.com/telus/telus -colophon- schema' target ='_blank' ) colophon schema] specification.
29
29
div.table-responsive
30
30
table.table.table-hover.table-outline.table-vcenter.text-nowrap.card-table
31
31
thead
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ div.card
33
33
| title: Source Code
34
34
| uri: https://github.com/#{repository .org } /#{repository .name }
35
35
36
- div read more about the #[ a( href ='https://github.com/project -colophon/ schema' target ='_blank' ) colophon schema] for further customization.
36
+ div read more about the #[ a( href ='https://github.com/telus/telus -colophon- schema' target ='_blank' ) colophon schema] for further customization.
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ block content
15
15
h2 Getting Started
16
16
p if you're the repository owner, start by #[ a( href ='/auth/in' ) logging in] to your account to configure this repository.
17
17
18
- div read more about the #[ a( href ='https://github.com/project -colophon/ schema' target ='_blank' ) colophon schema] for further information.
18
+ div read more about the #[ a( href ='https://github.com/telus/telus -colophon- schema' target ='_blank' ) colophon schema] for further information.
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ div.card
14
14
h2 Getting Started
15
15
p if you're the repository owner, start by #[ a( href ='/auth/in' ) logging in] to your account to configure this repository.
16
16
17
- div read more about the #[ a( href ='https://github.com/project -colophon/ schema' target ='_blank' ) colophon schema] for further information.
17
+ div read more about the #[ a( href ='https://github.com/telus/telus -colophon- schema' target ='_blank' ) colophon schema] for further information.
You can’t perform that action at this time.
0 commit comments