You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ container agnostic and provide portability when multiple container deployments a
15
15
Usage
16
16
---------------
17
17
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
18
+
The first step is to simply [resolve](http://morganstanley.github.io/desktopJS/functions/_morgan_stanley_desktopjs.resolveContainer.html) the current [container](http://morganstanley.github.io/desktopJS/classes/_morgan_stanley_desktopjs.Container.html). This enumerates
19
19
all registered containers (including your own custom container or derived custom implementations) and
20
20
returns the container implementation that matches.
21
21
@@ -24,7 +24,7 @@ var container = desktopJS.resolveContainer();
24
24
console.log("Container: " + container.hostType);
25
25
```
26
26
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
27
+
Interact with the [container](http://morganstanley.github.io/desktopJS/classes/_morgan_stanley_desktopjs.Container.html) via a single api instead of having conditional code or applications
0 commit comments