Skip to content

Commit fdb7fdf

Browse files
authored
Update README and feedback repo URL after repo transfer to dotnet org. (dotnet#17063)
1 parent 6ee5548 commit fdb7fdf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ASP.NET Core Docs
22

3-
This repository contains the conceptual ASP.NET Core documentation hosted at [docs.microsoft.com/aspnet/core](https://docs.microsoft.com/aspnet/core). See the [Contributing Guide](CONTRIBUTING.md) and the [issues list](https://github.com/aspnet/Docs/issues) if you would like to help.
3+
This repository contains the conceptual ASP.NET Core documentation hosted at [docs.microsoft.com/aspnet/core](https://docs.microsoft.com/aspnet/core). See the [Contributing Guide](CONTRIBUTING.md) and the [issues list](https://github.com/dotnet/AspNetCore.Docs/issues) if you would like to help.
44

55
API documentation changes are made in the [ApiDocs repository](https://github.com/aspnet/ApiDocs) against the triple slash `///` comments.
66

7-
ASP.NET 4.x documentation changes are made in the [aspnet/AspNetDocs repository](https://github.com/aspnet/AspNetDocs).
7+
ASP.NET 4.x documentation changes are made in the [dotnet/AspNetDocs repository](https://github.com/dotnet/AspNetDocs).
88

99
## Microsoft Open Source Code of Conduct
1010

aspnetcore/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"_navPath": "/foo",
4848
"_navRel": "/foo",
4949
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
50-
"feedback_github_repo": "aspnet/AspNetCore.Docs",
50+
"feedback_github_repo": "dotnet/AspNetCore.Docs",
5151
"feedback_product_url": "https://github.com/dotnet/aspnetcore/blob/master/CONTRIBUTING.md",
5252
"feedback_system": "GitHub",
5353
"ms.prod": "aspnet-core",

0 commit comments

Comments
 (0)