aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric <[email protected]>2013-06-07 17:10:55 -0500
committerEric <[email protected]>2013-06-07 17:10:55 -0500
commit7a5f83ca43756bb218e1cd2b2c68bcf7e53a9cc3 (patch)
tree739931877546aba18e8c0dfaf4abfbffce5d190d
parentf4ca19982104328937535f43a0244e33d3e3f2e6 (diff)
downloadrelx-7a5f83ca43756bb218e1cd2b2c68bcf7e53a9cc3.tar.gz
relx-7a5f83ca43756bb218e1cd2b2c68bcf7e53a9cc3.tar.bz2
relx-7a5f83ca43756bb218e1cd2b2c68bcf7e53a9cc3.zip
Update to point to relx instead of relcool
-rw-r--r--index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html
index d50e576..801b0f0 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- <title>Relcool by erlware</title>
+ <title>Relx by erlware</title>
</head>
<body>
@@ -18,14 +18,14 @@
<div class="inner">
<header>
- <h1>Relcool</h1>
+ <h1>Relx</h1>
<h2>Release creation for Erlang</h2>
</header>
<section id="downloads" class="clearfix">
- <a href="https://github.com/erlware/relcool/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
- <a href="https://github.com/erlware/relcool/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
- <a href="https://github.com/erlware/relcool" id="view-on-github" class="button"><span>View on GitHub</span></a>
+ <a href="https://github.com/erlware/relx/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
+ <a href="https://github.com/erlware/relx/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
+ <a href="https://github.com/erlware/relx" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
@@ -37,13 +37,13 @@
<pre><code>$ git clone https://github.com/tsloughter/erlangdc2013.git
$ cd erlangdc2013
-$ cat relcool.config
+$ cat relx.config
{release, {erlangdc, "0.0.1"},
[estatsd
,erlangdc]}.
{extended_start_script, true}.
-$ ./relcool
+$ ./relx
...
$ ls _rel/
bin erts-5.10.1 lib log releases
@@ -51,16 +51,16 @@ bin erts-5.10.1 lib log releases
<h3>Documentation</h3>
-<p><a href="https://github.com/erlware/relcool/wiki">relcool wiki</a></p>
+<p><a href="https://github.com/erlware/relx/wiki">relx wiki</a></p>
</section>
<footer>
- Relcool is maintained by <a href="https://github.com/erlware">erlware</a><br>
+ Relx is maintained by <a href="https://github.com/erlware">erlware</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
-
+
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>