Skip to content

Commit

Permalink
fix: update broken links after migrated msft-docs to explore (microso…
Browse files Browse the repository at this point in the history
…ft#1383)

* update broken links after migrated msft-docs to explore

* update to include generated file

* Revert "update to include generated file"

This reverts commit 81e142bc5407909ee9bf05e103b57e336d60ed63.
  • Loading branch information
awentzel authored Feb 15, 2019
1 parent ba4056b commit b64e96c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/testing/applitools/run-msft-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let spawn = require("child_process").spawnSync;
*/
class Config {
constructor() {
this.domainName = "https://msft-docs.fast-dna.net";
this.appName = "FAST-DNA";
this.siteName = "MSFT Doc Site";
this.domainName = "https://explore.fastdna.net";
this.appName = "FASTDNA";
this.siteName = "Component explorer";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion build/testing/sauce-labs/test-browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { spawn } = require("child_process");
// Retrive user/key from environment variables
const username = process.env.SAUCE_LABS_USER;
const accessKey = process.env.SAUCE_LABS_KEY;
const domain = "https://msft-docs.fast-dna.net";
const domain = "https://explore.fastdna.net";

// Configure to connect to remote hub
const remoteHub = `http://${username}:${accessKey}@ondemand.saucelabs.com:80/wd/hub`;
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class HomeSplash extends React.Component {
<PromoSection>
<Button href={docUrl('en/contributing/install', language)}>Guide</Button>
<Button target="_blank" href="https://github.com/microsoft/fast-dna">GitHub</Button>
<Button target="_blank" href="https://msft-docs.fast-dna.net">Components</Button>
<Button target="_blank" href="https://explore.fastdna.net">Components</Button>
</PromoSection>
</div>
</SplashContainer>
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const siteConfig = {
headerLinks: [
{doc: 'en/contributing/install', label: 'Guide'},
{href: "https://github.com/microsoft/fast-dna", label: "GitHub"},
{href: "https://msft-docs.fast-dna.net", label: "Components"}
{href: "https://explore.fastdna.net", label: "Components"}
// {doc: 'doc4', label: 'API'},
// {page: 'help', label: 'Help'},
// {blog: true, label: 'Blog'},
Expand Down

0 comments on commit b64e96c

Please sign in to comment.