Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark ship as deprecated #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Current features
* BFT-dPOS with voting
* Name system
* Aergo Lua smart contract
* Ship (development framework, package management)
* Ship (development framework, package management) (deprecated, please use `brick <../tools/brick.rst>`_).
* Simple client API
* Client SDKs
* Sub projects
Expand Down
2 changes: 1 addition & 1 deletion source/smart-contracts/lua/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can replace `print` with `system.print`

And you can use `import` instead of `require`. `import` is not a Lua syntax.

Use [SHIP](https://github.com/aergoio/ship/wiki) to build and deploy smart contracts using multiple files.
Use [SHIP](https://github.com/aergoio/ship/wiki) (deprecated, please use [brick](../../tools/brick.rst)) to build and deploy smart contracts using multiple files.

These are the default libraries that are not available:

Expand Down
4 changes: 2 additions & 2 deletions source/tools/ship.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ship
====
Ship (deprecated, please use `brick <./brick.rst>`_)
===========================================================

Ship is a tool for developing lua smart contracts. Its main features are:

Expand Down