Skip to content

Commit

Permalink
Fix dead doc links.
Browse files Browse the repository at this point in the history
  • Loading branch information
raymens committed Feb 2, 2017
1 parent 65499fd commit 93dc9bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stellar-core generates two types of data that can be queried by applications.
Unless otherwise noted, data stored is `validated`, ie data is only persisted
after consensus is reached on the network.

An overview of how the data flows within stellar-core is [this data flow presentation](learn/core-data-flow.pdf)
An overview of how the data flows within stellar-core is [this data flow presentation](software/core-data-flow.pdf)

### SQL tables
This includes near real time version of the changes that occured in the network
Expand All @@ -31,7 +31,7 @@ properly registered by updating its cursor so that stellar-core can safely
garbage collect data no longer needed.
By default stellar-core only keeps track of its internal state and will
therefore delete data it does not need anymore.
See `setcursor` in [`learn/commands.md#http-commands`](learn/commands.md#http-commands)
See `setcursor` in [`software/commands.md#http-commands`](software/commands.md#http-commands)

Advantages of consuming SQL tables for a dependent service:
* data is available as soon as the network closes a ledger.
Expand All @@ -56,4 +56,4 @@ See [`history.md`](history.md) for more detail.
stellar-core exposes a simple HTTP based API for performing various
types of operations on stellar-core itself or on entities in the network
(such as submitting transactions).
See [`learn/commands.md`](learn/commands.md) for more information.
See [`software/commands.md`](software/commands.md) for more information.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ guarantee see [`src/scp/readme.md`](/src/scp/readme.md).
- [Building & Installing] (/INSTALL.md)
- [Stellar-core administration] (software/admin.md)
- [Architecture] (architecture.md)
- [Key Concepts] (https://www.stellar.org/developers/learn/)
- [Key Concepts] (https://www.stellar.org/developers/guides/)
- [Integration with other services] (integration.md)
- [Major Components] (#major-components)
- [Supporting Code Directories] (#supporting-code-directories)
Expand Down
2 changes: 1 addition & 1 deletion src/transactions/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Transactions
See [Concept documentation](https://www.stellar.org/developers/learn/concepts/transactions.html).
See [Concept documentation](https://www.stellar.org/developers/guides/concepts/transactions.html).

Anything that changes the ledger is called a _Transaction_.
Transactions have an arbitrary list of operations inside them.
Expand Down

0 comments on commit 93dc9bb

Please sign in to comment.