Skip to content

Commit d69fc92

Browse files
authored
fixed formatting (dotnet#2879)
* fixed formatting * Update index.md * fixed broken link
1 parent 775e451 commit d69fc92

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
# [Visual Basic Guide](visual-basic/index.md)
383383
## [Get Started](visual-basic/getting-started/index.md)
384384
### [What's New for Visual Basic](visual-basic/getting-started/whats-new.md)
385-
### [Visual Basic Breaking Changes in Visual Studio 2015](visual-basic/getting-started/breaking-changes-in-visual-studio-2015.md)
385+
### [Visual Basic Breaking Changes in Visual Studio](visual-basic/getting-started/breaking-changes-in-visual-studio.md)
386386
### [Additional Resources for Visual Basic Programmers](visual-basic/getting-started/additional-resources.md)
387387

388388
## [Developing Applications](visual-basic/developing-apps/index.md)

docs/visual-basic/getting-started/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Getting started with Visual Basic"
3-
ms.date: "2017-08-07"
2+
title: "Get started with Visual Basic"
3+
ms.date: "2017-08-10"
44
ms.prod: .net
55
ms.technology:
66
- "devlang-visual-basic"
77
ms.topic: "article"
88
dev_langs:
99
- "VB"
1010
helpviewer_keywords:
11-
- "getting started, Visual Basic"
12-
- "Visual Basic, getting started"
11+
- "get started, Visual Basic"
12+
- "Visual Basic, get started"
1313
ms.assetid: 6685467b-28fa-4cde-9516-f0e00ad08911
1414
caps.latest.revision: 36
1515
author: dotnet-bot
@@ -30,7 +30,7 @@ translation.priority.mt:
3030
- "pt-br"
3131
- "tr-tr"
3232
---
33-
# Getting started with Visual Basic
33+
# Get started with Visual Basic
3434
This section of the documentation helps you get started with Visual Basic application development.
3535

3636
## In this section
@@ -48,7 +48,7 @@ Provides a list of Web sites and newsgroups that can help you find answers to co
4848
[Get Visual Basic](https://www.visualstudio.com/downloads/)
4949
Provides download links for Visual Studio versions that include Visual basic support, including free versions.
5050

51-
[Visual Basic Fundamentals for Absolute Beginners](https://mva.microsoft.com/training-courses/visual-basic-fundamentals-for-absolute-beginners-16507)
51+
[Visual Basic Fundamentals for Absolute Beginners](https://mva.microsoft.com/training-courses/visual-basic-fundamentals-for-absolute-beginners-16507)
5252
Microsoft Virtual Academy course that teaches the fundamentals of Visual Basic programming.
5353

5454
[Object-Oriented Programming](../programming-guide/concepts/object-oriented-programming.md)

0 commit comments

Comments
 (0)