Skip to content

Commit bd77e07

Browse files
committed
Fix broken documentation links in readme
1 parent 650b90b commit bd77e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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://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
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://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
2828
based on deployment.
2929

3030
```

0 commit comments

Comments
 (0)