Skip to content

Commit

Permalink
Update site url (#296)
Browse files Browse the repository at this point in the history
* update site url

* https
  • Loading branch information
mimiflynn authored Oct 28, 2024
1 parent 7f09bd8 commit dca7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
siteMetadata: {
title: `Crossroads`,
description: `Crossroads is a dotnet core commandline tool packager for developers.`,
siteUrl: 'http://opensource.morganstanley.com/Crossroads',
siteUrl: 'https://morganstanley.github.io/Crossroads',
documentationUrl: false,
// documentationUrl: url-of.documentation.site,
},
Expand Down
2 changes: 1 addition & 1 deletion site/src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header = ({ location, links }) => {
return (
<div className="content">
<h1 className="logo">
<Link className="logo-link" to={`//opensource.morganstanley.com`}>
<Link className="logo-link" to={`//morganstanley.github.io`}>
<StaticImage
width={267}
src="../images/logo-black.png"
Expand Down

0 comments on commit dca7ace

Please sign in to comment.