Skip to content

Commit

Permalink
fix pointers to old (bad) instructions (hyperledger#340)
Browse files Browse the repository at this point in the history
* fix pointers to old (bad) instructions

* another bad reference

* another bad reference
  • Loading branch information
trentlarson authored and andkononykhin committed Sep 12, 2017
1 parent d77f9b6 commit cf4c11d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Use project name `INDY`.
Join us on [Jira's Rocket.Chat](chat.hyperledger.org) at `#indy` to discuss.

Today, documentation for Indy is sparse. Most materials that exist were written for Sovrin. Therefore,
we recommend that developers should explore Sovrin's [Getting Started Guide](https://github.com/sovrin-foundation/sovrin-client/blob/master/getting-started.md) to learn about Indy Node basics. In the future, documentation
we recommend that developers should explore Sovrin's [Getting Started Guide](getting-started.md) to learn about Indy Node basics. In the future, documentation
will be part of [indy-sdk](https://github.com/hyperledger/indy-sdk).

Have a look at [Setup Instructions](https://github.com/sovrin-foundation/sovrin-client/blob/master/setup.md)
Have a look at [Setup Instructions](setup.md)
to understand how to work with the code. Note that setup instructions may change often.

## Contributions
Expand Down
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ Response from Thrift Bank (69.9 ms):
```
## Explore the Code

Now that you've had a chance to see how Sovrin works from the outside, perhaps you'd like to see how it works underneath, from code? If so, please navigate to [Simulating Getting Started in an Event Loop](https://github.com/sovrin-foundation/sovrin-client/blob/master/sovrin_client/test/training/test_getting_started_guide.py).
Now that you've had a chance to see how Sovrin works from the outside, perhaps you'd like to see how it works underneath, from code? If so, please navigate to [Simulating Getting Started in an Event Loop](sovrin_client/test/training/test_getting_started_guide.py).
You may need to be signed into Github to view this link.

# Appendix
Expand Down
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ on what type of development environment you have. In particular, we
think you will have a bumpy ride on windows. We are working on improving
these instructions.

Developers should explore the [Getting Started Guide](https://github.com/sovrin-foundation/sovrin-client/blob/master/getting-started.md) to learn how Sovrin works.
Developers should explore the [Getting Started Guide](getting-started.md) to learn how Sovrin works.

The Sovrin codebase makes extensive use of coroutines and the async/await keywords in
Python, and as such, requires Python version 3.5.0 or later. Plenum also
Expand Down

0 comments on commit cf4c11d

Please sign in to comment.