Skip to content

Commit 5e88701

Browse files
committed
Switch hg to git in various places
We have switched from internally hosted mercurial repositories to GitHub hosted git repositories as our source of truth. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 759f953 commit 5e88701

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

source/community.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contribution
2323
************
2424

2525
NGINX Unit is released under the
26-
`Apache 2.0 license <https://hg.nginx.org/unit/file/tip/LICENSE>`_;
26+
`Apache 2.0 license <https://github.com/nginx/unit/blob/master/LICENSE>`_;
2727
we maintain GitHub
2828
`repos <https://github.com/nginx>`_.
2929

source/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="go-import" content="unit.nginx.org hg https://hg.nginx.org/unit" />
4+
<meta name="go-import" content="unit.nginx.org git https://github.com/nginx/unit" />
55
<meta http-equiv="refresh" content="0; url=/configuration/#modifying-go-sources" />
66
</head>
77
<body>

source/howto/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ adjust the command samples as needed to fit your scenario.
115115
For details of building Unit language modules, see the source code
116116
:ref:`howto <source-modules>`; it also describes building
117117
:doc:`Unit <source>` itself. For more packaging examples, see our package
118-
`sources <https://hg.nginx.org/unit/file/tip/pkg/>`_.
118+
`sources <https://github.com/nginx/unit/tree/master/pkg>`_.
119119

120120
..
121121
Legacy anchors to preserve existing external links.

source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ make sure to update the module as well:
17241724

17251725
.. code-block:: console
17261726
1727-
$ hg clone https://hg.nginx.org/unit
1727+
$ git clone https://github.com/nginx/unit
17281728
$ cd unit
17291729
$ pwd
17301730
:nxt_hint:`/home/user/unit <Note the path to the source code>`

source/news/2018/unit-1.4-released.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ routing, and serving of static media assets.
5959

6060
Please also welcome Artem Konev, who joined our team as a technical writer. He
6161
has already started improving documentation on the website and updated it with
62-
the configuration options currently available: https://hg.nginx.org/unit-docs/
62+
the configuration options currently available:
63+
https://github.com/nginx/unit-docs/
6364

6465
Of course, the website still leaves much to be desired, so Artem will strive to
6566
provide industry-grade documentation for Unit. You are welcome to join this

source/theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta charset="utf-8" />
1111
{%- if pagename == "index" %}
12-
<meta name="go-import" content="unit.nginx.org hg https://hg.nginx.org/unit" />
12+
<meta name="go-import" content="unit.nginx.org git https://github.com/nginx/unit" />
1313
{%- endif %}
1414
<meta name="viewport" content="width=device-width, initial-scale=1" />
1515
<!-- Open Graph / Facebook -->

0 commit comments

Comments
 (0)