Skip to content

Commit 6fc6817

Browse files
authored
Merge branch 'main' into update-pkgs
2 parents e9c9d2a + f204f0c commit 6fc6817

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
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/certbot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Generating Certificates
4646
},
4747
4848
"action": {
49-
"share": ":nxt_ph:`/var/www/www.example.com/ <Arbitrary directory, preferably the one used for storing static files>`"
49+
"share": ":nxt_ph:`/var/www/www.example.com$uri/ <Arbitrary directory, preferably the one used for storing static files>`"
5050
}
5151
}
5252
]

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)