Skip to content

Commit 650b90b

Browse files
authored
Update organization GitHub pages URL
1 parent 5a78800 commit 650b90b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ container agnostic and provide portability when multiple container deployments a
1515
Usage
1616
---------------
1717

18-
The first step is to simply [resolve](http://opensource.morganstanley.com/desktopJS/modules/_desktopjs_src_registry_.html#resolvecontainer) the current [container](http://opensource.morganstanley.com/desktopJS/classes/_desktopjs_src_container_.container.html). This enumerates
18+
The first step is to simply [resolve](http://morganstanley.github.io/desktopJS/modules/_desktopjs_src_registry_.html#resolvecontainer) the current [container](http://morganstanley.github.io/desktopJS/classes/_desktopjs_src_container_.container.html). This enumerates
1919
all registered containers (including your own custom container or derived custom implementations) and
2020
returns the container implementation that matches.
2121

@@ -24,7 +24,7 @@ var container = desktopJS.resolveContainer();
2424
console.log("Container: " + container.hostType);
2525
```
2626

27-
Interact with the [container](http://opensource.morganstanley.com/desktopJS/classes/_desktopjs_src_container_.container.html) via a single api instead of having conditional code or applications
27+
Interact with the [container](http://morganstanley.github.io/desktopJS/classes/_desktopjs_src_container_.container.html) via a single api instead of having conditional code or applications
2828
based on deployment.
2929

3030
```
@@ -219,7 +219,7 @@ Feature Matrix
219219
</tr><tr>
220220
<td class="feature"> Persistence </td>
221221
<td class="browser" class="container">
222-
<a href="http://opensource.morganstanley.com/desktopJS/">desktopJS</a>
222+
<a href="http://morganstanley.github.io/desktopJS/">desktopJS</a>
223223
</td>
224224
<td class="container" class="composeui"> :x:</td>
225225
</tr><tr>

0 commit comments

Comments
 (0)