Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#509 from EdProsser/master
Browse files Browse the repository at this point in the history
Fixing broken links found in pre-interconnect review.
  • Loading branch information
Jakeeyturner authored Mar 17, 2017
2 parents 1c06d5c + 125b739 commit 271b37b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If some of the tools are already installed or to do the installation step-by-ste


```bash
$ curl -O https://raw.githubusercontent.com/mbwhite/sample-applications/master/packages/getting-started/scripts/prereqs-ubuntu.sh
$ curl -O https://raw.githubusercontent.com/fabric-composer/sample-applications/master/packages/getting-started/scripts/prereqs-ubuntu.sh
$ chmod u+x prereqs-ubuntu.sh
```

Expand Down
5 changes: 3 additions & 2 deletions packages/composer-website/jekylldocs/installing/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check that your system has the required software (at the required versions) inst
**git:** 2.9.x

If you need to update or install anything please refer to the install guides:
[Installing Prerequisites](../tasks/prerequisites.md)
[Installing Prerequisites](../installing/prerequisites.md)

**Install the command line tools:**

Expand All @@ -45,6 +45,7 @@ $ git clone https://github.com/fabric-composer/sample-applications.git
```
$ cd sample-applications/packages/getting-started
$ npm install
$ composer network list -n digitalproperty-network --enrollId WebAppAdmin --enrollSecret DJY27pEnl16d
```

***npm install***
Expand Down Expand Up @@ -150,4 +151,4 @@ info: [Composer-GettingStarted] Command completed successfully.

**Where next?**

* Learn more about the Digital Property Network and running the tests in the first [Getting Started Tutorial](./getting-started-cmd-line.md)
* Learn more about the Digital Property Network and running the tests in the first [Getting Started Tutorial](../tutorials/getting-started-cmd-line.md)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ excerpt: Generating a REST API

This guide will show how to generate a REST API for the Digital Property business network. This api will be dynamically generated by using [LoopBack](https://loopback.io/doc/index.html) from the specified Business Network Model. What is generated is not a generic API, but is specifically configured to let you interact with the assets you have specified.

To get started with using this to create a REST interface to a Business Network, follow the steps below. If you've not followed the [Getting Started](./quickstart.md) guide yet, it's worth following that first so you have Fabric Composer up and running on Hyperledger.
To get started with using this to create a REST interface to a Business Network, follow the steps below. If you've not followed the [Getting Started](../installing/quickstart.md) guide yet, it's worth following that first so you have Fabric Composer up and running on Hyperledger.

# Check that the Digital Land Title Network is up and running

Expand Down

0 comments on commit 271b37b

Please sign in to comment.