Skip to content

Commit a3abbe7

Browse files
committed
Improved cross reference links between sys vars and policy_server.dat
1 parent 68bf724 commit a3abbe7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

cheatsheet.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ The number of `#` characters at the beginning of a line signifies the heading le
5050

5151
### Links
5252

53+
#### Link to an anchor on the same page
54+
55+
You can link to any documentation page using `[linktext](#acnchor)`.
56+
57+
For example, on the [`sys` vars page][sys], sys.policy_hub_port and sys.policy_hub have cross referencing links.
58+
5359
#### Link within documentation and to known pages
5460

5561
You can link to any documentation page using `[linktext][PageTitle]`.

content/overview/directory-structure.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ _pid files_ in the work directory.
193193

194194
Specifies the host's primary policy server in the format `(<IP>|<Hostname>)[:<Port>]`. This file's contents are used to define the `default:sys.policy_hub` and `default:sys.policy_hub_port` variables.
195195

196-
**See also:** [`default:sys.policy_hub`][sys#sys.policy_hub], [`default:sys.policy_hub_port`][sys#sys.policy_hub_port]
196+
**See also:** [`default:sys.policy_hub`](/reference/special-variables/sys#syspolicy_hub), [`default:sys.policy_hub_port`](/reference/special-variables/sys#syspolicy_hub_port)
197197

198198
**History:**
199199

content/reference/special-variables/sys.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,8 @@ reports:
13151315
"Policy hub is $(sys.policy_hub)";
13161316
```
13171317

1318+
**See also:** [`policy_server.dat`](/overview/directory-structure/#policy_serverdat), [`sys.policy_hub_port`](#syspolicy_hub_port)
1319+
13181320
**History:**
13191321

13201322
- Introduced in version 3.1.0b1,Enterprise 2.0.0b1 (2010).
@@ -1327,6 +1329,8 @@ connections to `cf-serverd`. This defaults to `5308` but can be
13271329
overridden based on the data provided during bootstrap stored in
13281330
`$(sys.workdir)/policy_server.dat`.
13291331

1332+
**See also:** [`policy_server.dat`](/overview/directory-structure/#policy_serverdat), [`sys.policy_hub`](#syspolicy_hub)
1333+
13301334
**History:**
13311335

13321336
- Introduced in version 3.10.0 (2016).

0 commit comments

Comments
 (0)