diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c02bfc80578..93c7eaf9a41 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -10,4 +10,4 @@ about: If you have questions, please check our Discord or StackOverflow For questions or help please see: -- [Eufemia Portal](https://dnbexperience.github.io/eufemia/uilib) +- [Eufemia Portal](https://eufemia.dnb.no/uilib) diff --git a/README.md b/README.md index ea8ec67debc..e74a02d2ea3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Some of the included packages/workspaces are `dnb-design-guide` and `dnb-ui-lib` ## DNB Eufemia Portal -Find more information on how to use the Design System on the [Eufemia Portal](https://dnbexperience.github.io/eufemia/). +Find more information on how to use the Design System on the [Eufemia Portal](https://eufemia.dnb.no/). ## Requirements diff --git a/packages/dnb-ui-lib/README.md b/packages/dnb-ui-lib/README.md index be38a7b8764..b3135afe337 100644 --- a/packages/dnb-ui-lib/README.md +++ b/packages/dnb-ui-lib/README.md @@ -1,3 +1,3 @@ # DNB UI Library -Read more on the [About the Library](https://dnbexperience.github.io/eufemia/uilib/about-the-lib). +Read more on the [About the Library](https://eufemia.dnb.no/uilib/about-the-lib). diff --git a/packages/dnb-ui-lib/package.json b/packages/dnb-ui-lib/package.json index c708219be40..170c41bade8 100644 --- a/packages/dnb-ui-lib/package.json +++ b/packages/dnb-ui-lib/package.json @@ -3,7 +3,7 @@ "description": "DNB UI Library", "license": "SEE LICENSE IN LICENSE FILE", "author": "DNB Team & Tobias Høegh", - "homepage": "https://dnbexperience.github.io/eufemia/uilib", + "homepage": "https://eufemia.dnb.no/uilib", "repository": { "type": "git", "url": "https://github.com/dnbexperience/eufemia.git" diff --git a/packages/dnb-ui-lib/src/components/button/__tests__/Screenshot.test.js b/packages/dnb-ui-lib/src/components/button/__tests__/Screenshot.test.js index fd8d905f1ad..d29d223ebbb 100644 --- a/packages/dnb-ui-lib/src/components/button/__tests__/Screenshot.test.js +++ b/packages/dnb-ui-lib/src/components/button/__tests__/Screenshot.test.js @@ -12,7 +12,7 @@ describe.skip('Button screenshot', () => { it('have to match the primary button screenshot snapshot', async () => { // more info: github.com/GoogleChrome/puppeteer/blob/master/docs/api.md await global.page.goto( - 'https://dnbexperience.github.io/eufemia/uilib/components/button/?fullscreen#demo' + 'https://eufemia.dnb.no/uilib/components/button/?fullscreen#demo' // 'http://localhost:8000/uilib/components/button/?fullscreen#demo' ) const selector = @@ -57,7 +57,7 @@ describe.skip('Button screenshot', () => { // more info: github.com/GoogleChrome/puppeteer/blob/master/docs/api.md await global.page.goto( - 'https://dnbexperience.github.io/eufemia/uilib/components/button/?fullscreen#demo' + 'https://eufemia.dnb.no/uilib/components/button/?fullscreen#demo' // 'http://localhost:8000/uilib/components/button/?fullscreen#demo' ) await global.page.waitForSelector('.button-wrapper')