Skip to content

Commit e904f3b

Browse files
committed
chore(release): point to new directory
1 parent ca2f892 commit e904f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.storybook/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ export default create({
3636

3737
// Branding
3838
brandTitle: `${require('../package.json').version}`,
39-
brandUrl: 'https://github.com/XodoDocs/component-library',
39+
brandUrl: 'https://github.com/PDFTron/webviewer-react-toolkit',
4040
brandImage: 'https://www.pdftron.com/brand-assets/pdftron-logo-blue.png',
4141
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "SEE LICENSE IN LICENSE",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/XodoDocs/component-library.git"
8+
"url": "https://github.com/PDFTron/webviewer-react-toolkit.git"
99
},
10-
"bugs": "https://github.com/XodoDocs/component-library/issues",
10+
"bugs": "https://github.com/PDFTron/webviewer-react-toolkit/issues",
1111
"homepage": "https://pdftron.github.io/webviewer-react-toolkit",
1212
"scripts": {
1313
"start": "start-storybook -s public -p 6006",

0 commit comments

Comments
 (0)