Skip to content

Commit

Permalink
fix all compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano committed Jul 9, 2019
1 parent 28a78ed commit 13bb82e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/go-nebulas/papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

* [El Papel Naranja de Nebulas — Nebulas Governance](https://nebulas.io/docs/NebulasOrangepaper.pdf). Puedes acceder al repositorio [aquí](https://github.com/nebulasio/governance-paper).

Como siempre, las traducciones y los informes de errores son siempre bienvenidos. [Aprende más](../../how-to-contribute.html) sobre cómo contribuir.
Como siempre, las traducciones y los informes de errores son siempre bienvenidos. [Aprende más](https://wiki.nebulas.io/es/es/how-to-contribute.html) sobre cómo contribuir.
11 changes: 5 additions & 6 deletions docs/go-nebulas/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ Léase más sobre estos APIs [aquí](https://github.com/nebulasio/wiki/blob/mast
Cada email puede reclamar tokens todos los días [aquí](https://testnet.nebulas.io/claim).

## Tutoriales
#### English
1. [Installation](tutorials/01-installation.md) \(thanks [Victor](https://github.com/victorychain)\)
2. [Sending a Transaction](tutorials/02-transaction.md) \(thanks [Victor](https://github.com/victorychain)\)
3. [Writing Smart Contract in JavaScript](tutorials/03-smart-contracts-javascript.md) \(thanks [otto](https://github.com/ottokafka)\)
4. [Introducing Smart Contract Storage](tutorials/04-smart-contract-storage.md) \(thanks [Victor](https://github.com/victorychain)\)
5. [Interacting with Nebulas by RPC API](tutorials/05-interacting-with-nebulas-by-rpc-api.md) \(thanks [Victor](https://github.com/victorychain)\)
1. [Installation](tutorials/espanol-nebulas-101-01-instalacion.md) \(thanks [Ariel](https://github.com/arielsbecker)\)
2. [Sending a Transaction](tutorials/english-nebulas-101-02-transaction.md) \(thanks [Victor](https://github.com/victorychain)\)
3. [Writing Smart Contract in JavaScript](tutorials/english-nebulas-101-03-smart-contracts-javascript.md) \(thanks [otto](https://github.com/ottokafka)\)
4. [Introducing Smart Contract Storage](tutorials/english-nebulas-101-04-smart-contract-storage.md) \(thanks [Victor](https://github.com/victorychain)\)
5. [Interacting with Nebulas by RPC API](tutorials/english-nebulas-101-05-interacting-with-nebulas-by-rpc-api.md) \(thanks [Victor](https://github.com/victorychain)\)


## Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ if err != nil {

For more interfaces, please refer to the official documentation:

* [API Module](../../dapp-development/rpc/rpc/rpc.md)
* [Admin Module](../../dapp-development/rpc/rpc/rpc_admin.md).
* [API Module](../../dapp-development/rpc/rpc.md)
* [Admin Module](../../dapp-development/rpc/rpc_admin.md).

### Next

Nice job! Let's join official Testnet or Mainnet to enjoy Nebulas now!

[Join to Testnet](../../dapp-development/rpc/testnet.md) [Join to Mainnet](../../dapp-development/rpc/mainnet.md)
[Join the Testnet](../testnet.md) [Join the Mainnet](..//mainnet.md)

0 comments on commit 13bb82e

Please sign in to comment.