Point to new home page.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 10 Jan 2016 17:01:23 +0200
changeset 181 2252379bcc70
parent 180 9db621b4f4be
child 182 ba564e0fec88
Point to new home page.
HACKING.rst
--- a/HACKING.rst	Sun Jan 10 16:55:58 2016 +0200
+++ b/HACKING.rst	Sun Jan 10 17:01:23 2016 +0200
@@ -16,8 +16,10 @@
 SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of
 ``2048-js-ai``.
 
+  http://2048.defun.work/
+    New home page.
   http://js-2048-ai.sourceforge.net/
-    Home page.
+    Old home page.
   https://sourceforge.net/p/js-2048-ai/
     SF home page.
   https://sourceforge.net/projects/js-2048-ai/files/
@@ -28,6 +30,7 @@
 
 .. code:: console
 
+  $ hg clone http://hg.defun.work/2048-js-ai/ 2048-js-ai
   $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai
 
 Getting help.
@@ -63,12 +66,19 @@
  * https://developers.google.com/closure/compiler/docs/js-for-compiler
  * https://code.google.com/p/jsdoc-toolkit/w/list
 
-Deploy to SourceForge.
-======================
+Deploy to hosting.
+==================
 
 Be sure you at Mercurial tagged revision and run:
 
 .. code:: console
 
+  $ make deploy
+
+To deploy individually to ``defun.work`` or SourceForge run::
+
+.. code:: console
+
+  $ make deploy2defun
   $ make deploy2sf