Skip to content

Commit a2bc955

Browse files
authored
Merge pull request #296 from MicrosoftDocs/master
Update README.md for repo move
2 parents e46a450 + cc91cfa commit a2bc955

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Microsoft Open Source Code of Conduct
1+
## Microsoft Open Source Code of Conduct
22

33
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
44
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
@@ -7,7 +7,9 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
77

88
Welcome! This repo contains source files for the work-in-progress Visual C++ technical documentation. The topics are published on the [Visual C++ documentation site](https://docs.microsoft.com/cpp).
99

10-
The documentation for Visual Basic and Visual C# are located in a separate repo at [http://github.com/dotnet/core-docs](http://github.com/dotnet/core-docs), and the Visual Studio documentation is located in the repo located at [http://github.com/Microsoft/visualstudio-docs](http://github.com/Microsoft/visualstudio-docs).
10+
This repo was moved from Microsoft/vcppdocs to MicrosoftDocs/cpp-docs-pr on June 23, 2017.
11+
12+
The documentation for Visual Basic and Visual C# are located in a separate repo at [http://github.com/dotnet/core-docs](http://github.com/dotnet/core-docs), and the Visual Studio 2017 documentation is located in the repo located at [http://github.com/Microsoft/visualstudio-docs](http://github.com/Microsoft/visualstudio-docs).
1113

1214
## Contributing to the documentation
1315

docs/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"exclude": [
1010
"**/obj/**",
11-
"vcppdocs/**",
11+
"cpp-docs-pr/**",
1212
"**/includes/**"
1313
]
1414
}
@@ -22,7 +22,7 @@
2222
],
2323
"exclude": [
2424
"**/obj/**",
25-
"vcppdocs/**",
25+
"cpp-docs-pr/**",
2626
"**/includes/**"
2727
]
2828
}
@@ -46,6 +46,6 @@
4646
"fileMetadata": {},
4747
"template": [],
4848
"xref": ["msdn.4.5.2.zip", "namespaces.4.5.2.zip", "vs.110.zip", "vs.140.zip", "office15.zip"],
49-
"dest": "vcppdocs"
49+
"dest": "cpp-docs-pr"
5050
}
5151
}

0 commit comments

Comments
 (0)