Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 0cd282c

Browse files
dselmanmbwhite
authored andcommitted
Fixed broken links in docs (#1213)
1 parent 372f3c6 commit 0cd282c

File tree

7 files changed

+11
-350
lines changed

7 files changed

+11
-350
lines changed

packages/composer-website/jekylldocs/business-network/bnd-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A description of the purpose of the business network using the Markdown mark-up
2727
## Package.json
2828

2929
A Business Network Definition has a name (limited to basic ASCII alphanumeric characters and `-`), a human-readable description and a version number. The version number for the network should take the form Major.Minor.Micro and
30-
[Semantic Versioning](semver.org) principles should be used when incrementing the version number.
30+
[Semantic Versioning](http://semver.org) principles should be used when incrementing the version number.
3131

3232
The identifier of the network is formed from its name, the `-` character and its version number. A valid identifier is therefore `mybusinessnetwork-0.6.3`.
3333

packages/composer-website/jekylldocs/business-network/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ https://github.com/hyperledger/composer-sample-networks/blob/master/packages/bon
4242
## References
4343

4444
* [**Composer CLI commands**](../reference/commands.html)
45-
* [**Mocha**](https://mochajs.orgl)
45+
* [**Mocha**](https://mochajs.org)
4646
* [**Chai**](http://chaijs.com)
4747
* [**Sinon**](http://sinonjs.org)
4848
* [**Istambul**](https://istanbul.js.org)

packages/composer-website/jekylldocs/installing/getting-started-cmd-line.md

Lines changed: 0 additions & 233 deletions
This file was deleted.

packages/composer-website/jekylldocs/introduction/businessnetwork.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/composer-website/jekylldocs/introduction/key-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Business networks may contain a set of access control rules. Access control rule
7575

7676
* To try {{site.data.conrefs.composer_full}} right away, see the [Online Playground](../installing/getting-started-with-playground.html)
7777
* For an architectural overview of a typical solution built with {{site.data.conrefs.composer_short}}, see [Typical Solution Architecture](./solution-architecture.html)
78-
* To install the Development Tools, see [Getting setup with development tools](../installing/getting-started-cmd-line.html)
78+
* To install the Development Tools, see [Getting setup with development tools](../installing/development-tools.html)

0 commit comments

Comments
 (0)