significant code contributions (features, fixes), but also time or money
donations :
- http://haproxy.1wt.eu/contrib.html
+ http://www.haproxy.org/contrib.html
Note to contributors: it's very handy when patches comes with a properly
formated subject. There are 3 criteria of particular importance in any patch :
definitely help you contribute quality code and take other people's feedback
in consideration. In order to clone the HAProxy Git repository :
- $ git clone http://git.1wt.eu/git/haproxy-1.4.git (stable 1.4)
- $ git clone http://git.1wt.eu/git/haproxy.git/ (development)
-
-The site above is slow, a faster mirror is maintained up to date here :
-
- $ git clone http://master.formilux.org/git/people/willy/haproxy.git/
+ $ git clone http://git.haproxy.org/git/haproxy-1.4.git (stable 1.4)
+ $ git clone http://git.haproxy.org/git/haproxy.git/ (development)
If you decide to use Git for your developments, then your commit messages will
have the subject line in the format described above, then the whole description
#ifdef CONFIG_PRODUCT_URL
#define PRODUCT_URL CONFIG_PRODUCT_URL
#else
-#define PRODUCT_URL "http://haproxy.1wt.eu/"
+#define PRODUCT_URL "http://www.haproxy.org/"
#endif
#ifdef CONFIG_PRODUCT_URL_UPD
#define PRODUCT_URL_UPD CONFIG_PRODUCT_URL_UPD
#else
-#define PRODUCT_URL_UPD "http://haproxy.1wt.eu/#down"
+#define PRODUCT_URL_UPD "http://www.haproxy.org/#down"
#endif
#ifdef CONFIG_PRODUCT_URL_DOC
#define PRODUCT_URL_DOC CONFIG_PRODUCT_URL_DOC
#else
-#define PRODUCT_URL_DOC "http://haproxy.1wt.eu/#docs"
+#define PRODUCT_URL_DOC "http://www.haproxy.org/#docs"
#endif
#ifdef CONFIG_HAPROXY_VERSION