Skip to content

Commit fe8087e

Browse files
committed
fixed links
1 parent a70bf3e commit fe8087e

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/ssms/template/templates-ssms.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ This tutorial introduces you to the prebuilt Transact-SQL (T-SQL) templates that
3030

3131
To complete this tutorial, you need SQL Server Management Studio and access to a SQL server.
3232

33-
- Install [SQL Server Management Studio](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
34-
- Install [SQL Server 2017 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads).
33+
* Install [SQL Server Management Studio](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
34+
35+
* Install [SQL Server 2017 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads).
3536

3637
## Use Template Browser
3738

@@ -104,17 +105,17 @@ You can also create a new template in Template Browser. The following steps show
104105

105106
5. Right-click the template you created, and then select **Edit**. The New Query Window opens.
106107

107-
6. Enter the T-SQL text that you want to save.
108+
6. Enter the T-SQL text that you want to save.
108109

109110
7. In the **File** menu, select **Save**.
110111

111-
8. Close the existing query window, and then open your new custom template.
112+
8. Close the existing query window, and then open your new custom template.
112113

113114
## Next steps
114115

115116
The best way to get acquainted with SSMS is through hands-on practice. These *tutorial* and *how-to* articles help you with various features available within SSMS. These articles teach you how to manage the components of SSMS and how to find the features that you use regularly.
116117

117-
* [Connect to and query an instance](connect-query-sql-server.md)
118-
* [Scripting](scripting-ssms.md)
119-
* [SSMS Configuration](ssms-configuration.md)
120-
* [Additional Tips and Tricks for using SSMS](ssms-tricks.md)
118+
* [Connect to and query an instance](../tutorials/connect-query-sql-server.md)
119+
* [Scripting](../tutorials/scripting-ssms.md)
120+
* [SSMS Configuration](../tutorials/ssms-configuration.md)
121+
* [Additional Tips and Tricks for using SSMS](../tutorials/ssms-tricks.md)

0 commit comments

Comments
 (0)