Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prototypes/default-simple-js-app/defaultApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<div class="container">

<ul class="versions code">
<li class="composeui-version">ComposeUI 0.1.0</li>
<li class="webview2-version">WebView2 1.0.1587.40</li>
Expand All @@ -23,7 +23,7 @@ <h1>Welcome to ComposeUI!</h1>

<nav>
<div class="linkcol">
<a class="morganstanley-os" target="_blank" href="http://opensource.morganstanley.com/composeui">
<a class="morganstanley-os" target="_blank" href="http://morganstanley.github.io/composeui">
<img
src="./svgs/file-code.svg"
class="filter-blue"
Expand Down
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: `ComposeUI`,
description: `ComposeUI is a .NET based general UI Container and Unified UI and App host which enables the hosting of Web and desktop content.`,
siteUrl: 'http://opensource.morganstanley.com/ComposeUI',
siteUrl: 'https://morganstanley.github.io/ComposeUI',
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Client for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Description>.NET Client for ComposeUI's Message Router. More Details: http://morganstanley.github.io/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Core Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Description>.NET Core Package for ComposeUI's Message Router. More Details: http://morganstanley.github.io/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Host Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Description>.NET Host Package for ComposeUI's Message Router. More Details: http://morganstanley.github.io/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MorganStanley.ComposeUI.Messaging</RootNamespace>
<Description>.NET Server Package for ComposeUI's Message Router. More Details: http://opensource.morganstanley.com/ComposeUI/</Description>
<Description>.NET Server Package for ComposeUI's Message Router. More Details: https://morganstanley.github.io/ComposeUI/</Description>
<Tags>ComposeUI</Tags>
</PropertyGroup>

Expand Down
Loading