Skip to content
Open
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 INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ Replace `myapp-https` below with the configuration of your choice:

Your web app should now be operational.

Note that the programs `myapp-httpd` and `myapp-processor` are written in the Move programming language (like JavaScript but simpler). [Learn more at movelang.org](http://movelang.org/).
Note that the programs `myapp-httpd` and `myapp-processor` are written in the Move programming language (like JavaScript but simpler). [Learn more on Move](https://github.com/rsms/move/).

If everything works, **continue by reading [WORKFLOW.md](https://github.com/rsms/ec2-webapp/blob/master/WORKFLOW.md#readme)**