Skip to content

Commit 7976d1f

Browse files
authored
Merge pull request #723 from Mashimiao/config-fix-broken-links
config.md: fix broken links
2 parents 55e1a84 + ec2bb61 commit 7976d1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For example, if a configuration is compliant with version 1.1 of this specificat
4646

4747
## <a name="configMounts" />Mounts
4848

49-
**`mounts`** (array, OPTIONAL) specifies additional mounts beyond [`root`](#root-configuration).
49+
**`mounts`** (array, OPTIONAL) specifies additional mounts beyond [`root`](#root).
5050
The runtime MUST mount entries in the listed order.
5151
For Linux, the parameters are as documented in [mount(2)][mount.2] system call man page.
5252
For Solaris, the mount entry corresponds to the 'fs' resource in the [zonecfg(1M)][zonecfg.1m] man page.
@@ -284,7 +284,7 @@ For Windows based systems the user structure has the following fields:
284284

285285
* **`hostname`** (string, OPTIONAL) specifies the container's hostname as seen by processes running inside the container.
286286
On Linux, for example, this will change the hostname in the [container](glossary.md#container-namespace) [UTS namespace][uts-namespace.7].
287-
Depending on your [namespace configuration](config-linux.md#namespaces), the container UTS namespace may be the [runtime UTS namespace](glossary.md#runtime-namespace).
287+
Depending on your [namespace configuration](config-linux.md#namespaces), the container UTS namespace may be the [runtime](glossary.md#runtime-namespace) [UTS namespace][uts-namespace.7].
288288

289289
### Example
290290

@@ -296,11 +296,11 @@ For Windows based systems the user structure has the following fields:
296296

297297
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
298298

299-
* **`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root-configuration) file system bundle.
299+
* **`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root) file system bundle.
300300
The runtime MUST generate an error if it does not support the specified **`os`**.
301301
Bundles SHOULD use, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`$GOOS`][go-environment].
302302
If an operating system is not included in the `$GOOS` documentation, it SHOULD be submitted to this specification for standardization.
303-
* **`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root-configuration) file system bundle have been compiled.
303+
* **`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root) file system bundle have been compiled.
304304
The runtime MUST generate an error if it does not support the specified **`arch`**.
305305
Values for **`arch`** SHOULD use, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`$GOARCH`][go-environment].
306306
If an architecture is not included in the `$GOARCH` documentation, it SHOULD be submitted to this specification for standardization.

0 commit comments

Comments
 (0)