Skip to content

Commit

Permalink
fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer committed Oct 31, 2017
1 parent 3d762dd commit 43abd0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This project template provides a set of sensible defaults for a new application
It includes:

- A main service `www`, this serves the main content offered by your application.
- Secure HTTP/2 content delivery with [Ace]() web server.
- Code reloading in development environment using [ExSync]().
- Automatic clustering. Setup for [docker-cloud]() other environments coming soon.
- Secure HTTP/2 content delivery with [Ace](https://github.com/crowdhailer/ace) web server.
- Code reloading in development environment using [ExSync](https://github.com/falood/exsync).
- Automatic clustering. Setup for [docker-cloud](http://cloud.docker.com/) other environments coming soon.
- Web based metrics, monitoring and observing with [Wobserver](https://github.com/shinyscorpion/wobserver).
- Documentation driven development with [Raxx.Blueprint]().
- Documentation driven development with [Raxx.Blueprint](https://hexdocs.pm/tokumei/Raxx.Blueprint.html#content).
- Integration test suit running from the `integration` service.

## Get Started
Expand Down
2 changes: 1 addition & 1 deletion www/lib/www/home_page.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Elixir on Docker</title>
</head>
<body onload="ready();">
<body>
<h1>Hello, World!</h1>
</body>
</html>

0 comments on commit 43abd0b

Please sign in to comment.