Skip to content

Commit 8817f20

Browse files
committed
1706973, made multiple 'localhost' example links 'cold'.
1 parent 4ebfd8b commit 8817f20

29 files changed

+34
-34
lines changed

Diff for: docs/integrate/previous-apis/notification/contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Encapsulates the properties of an operator constraint. An operator constraint de
556556
<a id="ReferenceLinks"></a>
557557

558558
## ReferenceLinks
559-
The class to represent a collection of REST reference links. Example: { self: { href: "<http://localhost:8080/tfs/DefaultCollection/_apis/wit/workItems/1>" } }
559+
The class to represent a collection of REST reference links. Example: `{ self: { href: "http://localhost:8080/tfs/DefaultCollection/_apis/wit/workItems/1" } }`
560560

561561

562562
| Field | Type | Notes

Diff for: docs/integrate/previous-apis/rm/contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ Extends: [ExecutionInput](#ExecutionInput)
14671467
<a id="ReferenceLinks"></a>
14681468

14691469
## ReferenceLinks
1470-
The class to represent a collection of REST reference links. Example: { self: { href: "<http://localhost:8080/tfs/DefaultCollection/_apis/wit/workItems/1>" } }
1470+
The class to represent a collection of REST reference links. Example: `{ self: { href: "http://localhost:8080/tfs/DefaultCollection/_apis/wit/workItems/1" } }`
14711471

14721472

14731473
| Field | Type | Notes

Diff for: docs/organizations/security/change-access-levels.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You manage access levels for the collections defined on the application tier. Th
5454

5555
::: moniker range="azure-devops-2019"
5656

57-
1. From the web portal home page for a project collection (for example, ```http://MyServer:8080/tfs/DefaultCollection/```), open **Access levels**. If you are at a project level, choose the ![](/azure/devops/media/icons/project-icon.png) Azure DevOps logo and then choose **Access levels**.
57+
1. From the web portal home page for a project collection (for example, `http://MyServer:8080/tfs/DefaultCollection/`), open **Access levels**. If you are at a project level, choose the ![](/azure/devops/media/icons/project-icon.png) Azure DevOps logo and then choose **Access levels**.
5858

5959
> [!div class="mx-imgBorder"]
6060
> ![web portal, Open Access levels dialog](media/change-access-levels/open-access-levels-2019.png)
@@ -79,7 +79,7 @@ You manage access levels for the collections defined on the application tier. Th
7979

8080
From a user context, open **Server Settings** by choosing the ![ ](../../boards/media/icons/gear_icon.png) gear icon. The tabs and pages available differ depending on which settings level you access.
8181

82-
1. From the web portal home page for a project (for example, ```http://MyServer:8080/tfs/DefaultCollection/MyProject/```), open **Server settings**.
82+
1. From the web portal home page for a project (for example, `http://MyServer:8080/tfs/DefaultCollection/MyProject/`), open **Server settings**.
8383

8484
<img src="media/access-levels-2017-open-admin-context.png" alt="TFS 2017, Web portal, open the Server settings admin context" style="border: 1px solid #C3C3C3;" />
8585

@@ -99,7 +99,7 @@ From a user context, open **Server Settings** by choosing the ![ ](../../boards/
9999

100100
::: moniker range=">= tfs-2013 <= tfs-2015"
101101

102-
1. From the web portal home page for a project (for example, ```http://MyServer:8080/tfs/DefaultCollection/MyProject/```), open administration settings.
102+
1. From the web portal home page for a project (for example, `http://MyServer:8080/tfs/DefaultCollection/MyProject/`), open administration settings.
103103

104104
![Open the administration page](media/ALM_CAL_OpenAdminPage.png)
105105

Diff for: docs/reference/xml/update-a-team-project-manually-to-support-test-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following steps provide support for the test experience available with TFS 2
5252
witadmin importwitd /collection:"CollectionURL" /p:"ProjectName" /f:"DirectoryPath\TestSuite.xml"
5353
```
5454
55-
An example of *CollectionURL* is http://MyServer:8080/tfs/DefaultCollection.
55+
An example of *CollectionURL* is `http://MyServer:8080/tfs/DefaultCollection`.
5656
5757
The *DirectoryPath* must follow this structure: *Drive:TemplateFolder*WorkItem TrackingTypeDefinitions. For example:
5858

Diff for: docs/repos/tfvc/branches-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tf branches itemspec [/version:versionspec] [/collection:TeamProjectCollectionUr
4444
</tr>
4545
<tr>
4646
<td><p><i>TeamProjectCollectionUrl</i></p></td>
47-
<td><p>The URL of the project collection that contains a file or folder in a branch for which you want to display the history (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td>
47+
<td><p>The URL of the project collection that contains a file or folder in a branch for which you want to display the history (for example, `http://myserver:8080/tfs/DefaultCollection`.</p></td>
4848
</tr>
4949
<tr>
5050
<td><p><i>username</i></p></td>

Diff for: docs/repos/tfvc/changeset-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tf changeset [/comment:("comment"|@commentfile)]
3636
| <em>@commentfile</em> | Specifies a path of a file on disk that contains the comment used for the check-in. |
3737
| *NoteFieldName=NoteFieldValue* | Sets the value of the check-in note field. You can provide multiple, semicolon-separated &quot;field=value&quot; expressions. |
3838
| <em>@notefile</em> | Provides the path of a file on disk that contains check-in note field names and values in the format of &quot;field=value&quot; with one per line. |
39-
| *TeamProjectCollectionUrl* | The URL of the project collection that contains a changeset about which you want to display information or whose attributes you want to modify (for example, <http://myserver:8080/tfs/DefaultCollection>). |
39+
| *TeamProjectCollectionUrl* | The URL of the project collection that contains a changeset about which you want to display information or whose attributes you want to modify (for example, `http://myserver:8080/tfs/DefaultCollection`). |
4040
| *username* | Provides a value to the **/user** option. You can specify this argument as either *Domain*\*UserName\* or *UserName*. |
4141
| *changesetnumber* | Identifies the changeset to be reviewed or modified. Cannot be used with **/latest**. |
4242

Diff for: docs/repos/tfvc/checkin-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tf checkin /shelveset:shelvesetname[;shelvesetowner] [/bypass] [/noprompt] [/log
5353
</tr>
5454
<tr>
5555
<td><p><strong>/collection</strong>:<i>TeamProjectCollectionUrl</i></p></td>
56-
<td><p>If you use the <strong>shelveset</strong> option, the <strong>/collection</strong> option specifies the URL of the project collection that contains the shelveset. For example: <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>.</p>
56+
<td><p>If you use the <strong>shelveset</strong> option, the <strong>/collection</strong> option specifies the URL of the project collection that contains the shelveset. For example:`http://myserver:8080/tfs/DefaultCollection`.</p>
5757
<p>By default, the project collection is presumed to be the one that contains the workspace that maps the current directory.</p></td>
5858
</tr>
5959
<tr>

Diff for: docs/repos/tfvc/configure-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tf configure [PathOfTeamProject] [/collection:TeamProjectCollectionUrl][/login:u
3737
|**Argument**|**Description**|
3838
|---|---|
3939
|*PathOfTeamProject*|Path of the project whose configuration settings an administrator can view, change, or both.|
40-
|*TeamProjectCollectionUrl*|The URL of the project collection that contains the project that you specified (for example, http://myserver:8080/tfs/DefaultCollection).|
40+
|*TeamProjectCollectionUrl*|The URL of the project collection that contains the project that you specified (for example, `http://myserver:8080/tfs/DefaultCollection`).|
4141
|*username*|Provides a value to the **/login** option. You can specify a username value as either *DOMAIN\UserName* or *UserName.*|
4242

4343
|**Option**|**Description**|

Diff for: docs/repos/tfvc/destroy-command-team-foundation-version-control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tf destroy [/keephistory] <itemspec1>[;<versionspec>][<itemspec2>...<itemspecN>]
4949
<td><p>Provides a value to the <strong>/login</strong> option. You can specify a username value as either <em>DOMAIN</em>&lt;em&gt;UserName</em> or <em>UserName.</em></p></td></tr>
5050
<tr>
5151
<td><p><em>TeamProjectCollectionUrl</em></p></td>
52-
<td><p>The URL of the project collection that contains files that you want to destroy (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td></tr></tbody>
52+
<td><p>The URL of the project collection that contains files that you want to destroy (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td></tr></tbody>
5353
</table>
5454

5555
<table><thead>

Diff for: docs/repos/tfvc/dir-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can specify more than one Itemspec argument.
6060
</tr>
6161
<tr>
6262
<td><p><i>TeamProjectCollectionUrl</i></p></td>
63-
<td><p>The URL of the project collection that contains one or more files or folders about which you want to display information (for example, <a href="http://myserver:8080/tfs/DefaultCollection/" data-raw-source="http://myserver:8080/tfs/DefaultCollection/">http://myserver:8080/tfs/DefaultCollection/</a>).</p></td>
63+
<td><p>The URL of the project collection that contains one or more files or folders about which you want to display information (for example, `http://myserver:8080/tfs/DefaultCollection/`).</p></td>
6464
</tr>
6565
</tbody>
6666
</table>

Diff for: docs/repos/tfvc/folderdiff-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tf folderdiff [sourcePath] targetPath [/recursive] [/noprompt] [/collection:Team
4848
</tr>
4949
<tr>
5050
<td><p><i>TeamProjectCollectionUrl</i></p></td>
51-
<td><p>The URL of the project collection that contains the files for which you want to display and compare the differences (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td>
51+
<td><p>The URL of the project collection that contains the files for which you want to display and compare the differences (for example,`http://myserver:8080/tfs/DefaultCollection`).</p></td>
5252
</tr>
5353
<tr>
5454
<td><p><i>username</i></p></td>

Diff for: docs/repos/tfvc/git-view-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tf git view /collection:TeamProjectCollectionUrl
3434

3535
| Parameter | Description |
3636
|---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
37-
| **/collection:**<em>TeamProjectCollectionUrl</em> | Specifies the URL of the project collection that contains the file to view. For example: <http://myserver:8080/tfs/DefaultCollection> or https://dev.azure.com/fabrikam-fiber. This parameter is required. |
37+
| **/collection:**<em>TeamProjectCollectionUrl</em> | Specifies the URL of the project collection that contains the file to view. For example: `http://myserver:8080/tfs/DefaultCollection` or `https://dev.azure.com/fabrikam-fiber`. This parameter is required. |
3838
| **/teamproject:**<em>TeamProjectIdentifier</em> | Specifies the name of the project that contains the repo. This parameter is required. |
3939
| **/repository:**<em>RepositoryIdentifier</em> | Specifies the name of the repo that contains the file to view. This parameter is required. |
4040
| **/blobId:**<em>blobId</em> | Specifies the ID of a blob to retrieve. This option cannot be used with the **path** parameter. One of either **path** or **blob** is required. |

Diff for: docs/repos/tfvc/history-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tf hist[ory] itemspec [/version:versionspec]
4040
<tbody>
4141
<tr>
4242
<td><p><strong>/collection</strong>: <i>TeamProjectCollectionUrl</i></p></td>
43-
<td><p>Specifies the URL of the project collection that contains the items. For example: <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>.</p>
43+
<td><p>Specifies the URL of the project collection that contains the items. For example: `http://myserver:8080/tfs/DefaultCollection`.</p>
4444
<p>By default, the project collection is presumed to be the one that contains the workspace that maps the current directory.</p></td>
4545
</tr>
4646
<tr>

Diff for: docs/repos/tfvc/label-command-team-foundation-version-control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can specify more than one <i>Itemspec</i> argument.
8989
</tr>
9090
<tr>
9191
<td><p><i>TeamProjectCollectionUrl</i></p></td>
92-
<td><p>The URL of the specified project collection that contains a version of a file or folder to which you want to attach a label or from which you want to delete a label (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td>
92+
<td><p>The URL of the specified project collection that contains a version of a file or folder to which you want to attach a label or from which you want to delete a label (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td>
9393
</tr>
9494
</tbody>
9595
</table>

Diff for: docs/repos/tfvc/labels-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tf labels [/owner:ownername] [/format:(brief|detailed)]
3333
|---|---|
3434
|*ownername*|Provides a username as DOMAIN\JuanGo or juango to the **/owner** option.|
3535
|*labelname*|Specifies a string that should be used to filter the list of labels. If this parameter is omitted, the label name field will not be filtered.|
36-
|*TeamProjectCollectionUrl*|The URL of the project collection for which you want to display the list of labels (for example, http://myserver:8080/tfs/DefaultCollection).|
36+
|*TeamProjectCollectionUrl*|The URL of the project collection for which you want to display the list of labels (for example, `http://myserver:8080/tfs/DefaultCollection`).|
3737
|*username*|Provides a value to the **/login** option. You can specify a username value as either *DOMAIN*\*UserName* or *UserName.*|
3838

3939
| **Option** | **Description** |

Diff for: docs/repos/tfvc/localversions-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can specify more than one <i>Itemspec</i> argument.
6161
</tr>
6262
<tr>
6363
<td><p><i>TeamProjectCollectionUrl</i></p></td>
64-
<td><p>The URL of the project collection that contains one or more items for which you want to display the version (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td>
64+
<td><p>The URL of the project collection that contains one or more items for which you want to display the version (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td>
6565
</tr>
6666
</tbody>
6767
</table>

Diff for: docs/repos/tfvc/lock-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tf lock itemspec /lock:(none|checkout|checkin)
4242
<td><p>Provides a value to the <strong>/login</strong> option. You can specify a username value as either <em>DOMAIN</em>&lt;em&gt;UserName</em> or <em>UserName.</em></p></td></tr>
4343
<tr>
4444
<td><p><em>TeamProjectCollectionUrl</em></p></td>
45-
<td><p>The URL of the project collection that contains the file or folder that you want to lock or unlock (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td></tr></tbody>
45+
<td><p>The URL of the project collection that contains the file or folder that you want to lock or unlock (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td></tr></tbody>
4646
</table>
4747

4848
<table><thead>

Diff for: docs/repos/tfvc/merges-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tf merges [source] destination [/recursive] [/extended] [/format:(brief|detailed
4040
<td><p>Provides a value to the <strong>/login</strong> option. You can specify a username value as either <em>DOMAIN</em>&lt;em&gt;UserName</em> or <em>UserName</em>.</p></td></tr>
4141
<tr>
4242
<td><p><em>TeamProjectCollectionUrl</em></p></td>
43-
<td><p>The URL of the project collection that contains the branches about which you want to display the merge history (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td></tr></tbody>
43+
<td><p>The URL of the project collection that contains the branches about which you want to display the merge history (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td></tr></tbody>
4444
</table>
4545

4646
<table><thead>

Diff for: docs/repos/tfvc/permission-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tf permission [/allow:(* |perm1[,perm2,...]]
5454
</tr>
5555
<tr>
5656
<td><p><em>TeamProjectCollectionUrl</em></p></td>
57-
<td><p>The URL of the project collection that contains the item for which you want to modify permissions (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td>
57+
<td><p>The URL of the project collection that contains the item for which you want to modify permissions (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td>
5858
</tr>
5959
<tr>
6060
<td><p><em>Itemspec</em></p></td>

Diff for: docs/repos/tfvc/properties-or-info-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ itemspec [/version:versionspec] [/workspace]
3333
<tr><th><p><strong>Argument </strong></p></th><th><p><strong>Description</strong></p></th></tr></thead><tbody>
3434
<tr>
3535
<td><p><em>TeamProjectCollectionUrl</em></p></td>
36-
<td><p>The URL of the project collection that contains the items for which you want to display properties (for example, <a href="http://myserver:8080/tfs/DefaultCollection" data-raw-source="http://myserver:8080/tfs/DefaultCollection">http://myserver:8080/tfs/DefaultCollection</a>).</p></td></tr>
36+
<td><p>The URL of the project collection that contains the items for which you want to display properties (for example, `http://myserver:8080/tfs/DefaultCollection`).</p></td></tr>
3737
<tr>
3838
<td><p><em>Itemspec</em></p></td>
3939
<td><p>Identifies the files and folders that are specified for property retrieval.</p><p>For more information about how Visual Studio Team Foundation Server parses <em>itemspecs</em> to determine which items are within scope, see <a href="https://msdn.microsoft.com/library/4y2ash30">Command-Line Options</a>.</p><p><strong>Note:</strong> You can specify more than one <em>Itemspec</em> argument.</p></td></tr>

0 commit comments

Comments
 (0)