Browse Source

Update getting-started.rst to fix broken link

fixes broken link to introduction.html
pull/885/head
A. F. Dudley 7 years ago
committed by GitHub
parent
commit
882c25f292
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/getting-started.rst

+ 1
- 1
docs/getting-started.rst View File

@ -5,7 +5,7 @@ As a general purpose blockchain engine, Tendermint is agnostic to the
application you want to run. So, to run a complete blockchain that does application you want to run. So, to run a complete blockchain that does
something useful, you must start two programs: one is Tendermint Core, something useful, you must start two programs: one is Tendermint Core,
the other is your application, which can be written in any programming the other is your application, which can be written in any programming
language. Recall from `the intro to ABCI <introduction.rst#ABCI-Overview>`__ that
language. Recall from `the intro to ABCI <introduction.html#ABCI-Overview>`__ that
Tendermint Core handles all the p2p and consensus stuff, and just Tendermint Core handles all the p2p and consensus stuff, and just
forwards transactions to the application when they need to be validated, forwards transactions to the application when they need to be validated,
or when they're ready to be committed to a block. or when they're ready to be committed to a block.


Loading…
Cancel
Save