Skip to content

Commit

Permalink
Update links to leverage opensource.morganstanley.com (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Dec 14, 2020
1 parent 2a1caf0 commit 728a23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ container agnostic and provide portability when multiple container deployments a
Usage
---------------

The first step is to simply [resolve](https://morgan-stanley.github.io/desktopJS/modules/_desktopjs_src_registry_.html#resolvecontainer) the current [container](https://morgan-stanley.github.io/desktopJS/classes/_desktopjs_src_container_.container.html). This enumerates
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
all registered containers (including your own custom container or derived custom implementations) and
returns the container implementation that matches.

Expand All @@ -26,7 +26,7 @@ var container = desktopJS.resolveContainer();
console.log("Container: " + container.hostType);
```

Interact with the [container](https://morgan-stanley.github.io/desktopJS/classes/_desktopjs_src_container_.container.html) via a single api instead of having conditional code or applications
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
based on deployment.

```
Expand Down

0 comments on commit 728a23b

Please sign in to comment.