Skip to content

Commit b46a782

Browse files
committed
fixes anchor links
1 parent 2ee91da commit b46a782

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

revisions.html.md.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For additional information, see the _Revisions_ section of the [CAPI documentati
99

1010
<p class="note"><strong>Note</strong>: CAPI v3 is the recommended API version for revisions. While revisions work with v2, there are several inconsistencies. For example, revision descriptions for apps with multiple processes may be inaccurate because v2 does not support apps with multiple processes. Additionally, pushing an app for the first time with revisions in v2 creates two revisions.</p>
1111

12-
## <a id="enable"></a> Overview
12+
## <a id="overview"></a> Overview
1313

1414
A revision represents code and configuration used by an app at a specific time. It is a Cloud Foundry API (CAPI) object that can contain references to a droplet, custom start command, and environment variables. The most recent revision for a running app represents code and configuration currently running in Cloud Foundry.
1515

@@ -71,7 +71,7 @@ To enable revisions for an app, do the following:
7171

7272
This section describes how to use CAPI endpoints for viewing revisions.
7373

74-
### <a id="view"></a> List Revisions for an App
74+
### <a id="list"></a> List Revisions for an App
7575

7676
To list revisions for an app, do the following:
7777

@@ -89,7 +89,7 @@ To list revisions for an app, do the following:
8989
Where `GUID` is the GUID you got in the previous step.
9090

9191

92-
### <a id="view"></a> List Deployed Revisions for an App
92+
### <a id="list-deployed"></a> List Deployed Revisions for an App
9393

9494
Deployed revisions are revisions linked to started processes in an app. To list deployed revisions, do the following:
9595

@@ -106,7 +106,7 @@ Deployed revisions are revisions linked to started processes in an app. To list
106106
```
107107
Where `GUID` is the GUID you got in the previous step.
108108

109-
### <a id="view"></a> Get a Revision
109+
### <a id="get"></a> Get a Revision
110110

111111
To get a revision, do the following:
112112

@@ -151,7 +151,7 @@ To roll back to a previous revision, do the following:
151151
* `REVISION-GUID` is the GUID of the revision.
152152
* `APP-GUID` is the GUID of the app.
153153

154-
## <a id="view"></a> Add Metadata to a Revision
154+
## <a id="metadata"></a> Add Metadata to a Revision
155155

156156
<% if vars.product_name.include? "CF" %>
157157
To add metadata to a revision, follow the steps to [Add Metadata to an Object](../adminguide/metadata.html).

0 commit comments

Comments
 (0)