Skip to content

Commit 26ad874

Browse files
author
Chris Martinez
committed
Update relative links in readme
1 parent cc66d99 commit 26ad874

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@ The supported flavors of ASP.NET are:
1010

1111
* **ASP.NET Web API** (
1212
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning) |
13-
[quick start](/wiki/New-Services-Quick-Start#aspnet-web-api) |
14-
[samples](/tree/master/samples/webapi) )
13+
[quick start](../../wiki/New-Services-Quick-Start#aspnet-web-api) |
14+
[samples](../../tree/master/samples/webapi) )
1515
<br>Adds service API versioning to your Web API applications<br>
1616

1717
* **ASP.NET Web API and OData** (
1818
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning) |
1919
[quick start](/wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40) |
20-
[samples](/tree/master/samples/webapi) )
20+
[samples](../../tree/master/samples/webapi) )
2121
<br>Adds service API versioning to your Web API applications using OData v4.0<br>
2222

2323
* **ASP.NET Core** (
2424
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning) |
25-
[quick start](https://github.com/Microsoft/aspnet-api-versioning/wiki/New-Services-Quick-Start#aspnet-core) |
26-
[samples](/tree/master/samples/aspnetcore) )
25+
[quick start](../../wiki/New-Services-Quick-Start#aspnet-core) |
26+
[samples](../../tree/master/samples/aspnetcore) )
2727
<br>Adds service API versioning to your ASP.NET Core applications
2828

2929
This is also the home of the ASP.NET API versioning API explorers that you can use to easily document your REST APIs with Swagger:
3030

3131
* **ASP.NET Web API Versioned API Explorer** (
3232
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning.ApiExplorer) |
33-
[quick start](/wiki/API-Documentation#aspnet-web-api) |
34-
[samples](/tree/master/samples/webapi/SwaggerWebApiSample) )
33+
[quick start](../../wiki/API-Documentation#aspnet-web-api) |
34+
[samples](../../tree/master/samples/webapi/SwaggerWebApiSample) )
3535
<br> Replaces the default API explorer in your Web API applications<br>
3636

3737
* **ASP.NET Web API with OData API Explorer** (
3838
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning.ApiExplorer) |
39-
[quick start](/wiki/API-Documentation#aspnet-web-api-with-odata) |
40-
[samples](/tree/master/samples/webapi/SwaggerODataWebApiSample) )
39+
[quick start](../../wiki/API-Documentation#aspnet-web-api-with-odata) |
40+
[samples](../../tree/master/samples/webapi/SwaggerODataWebApiSample) )
4141
<br>Adds an API explorer to your Web API applications using OData v4.0<br>
4242

4343
* **ASP.NET Core Versioned API Explorer** (
4444
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer) |
45-
[quick start](/wiki/API-Documentation#aspnet-core) |
46-
[samples](/tree/master/samples/aspnetcore/SwaggerSample) )
45+
[quick start](../../wiki/API-Documentation#aspnet-core) |
46+
[samples](../../tree/master/samples/aspnetcore/SwaggerSample) )
4747
<br>Adds additional API explorer support to your ASP.NET Core applications
4848

49-
You can additional find samples, documentation, and getting started instructions in the [wiki](/wiki).
49+
You can additional find samples, documentation, and getting started instructions in the [wiki](../../wiki).
5050

5151
----
52-
> If you are an existing user, please makes sure you review the [release notes](/releases) between all major and minor package releases.
52+
> If you are an existing user, please makes sure you review the [release notes](../../releases) between all major and minor package releases.

0 commit comments

Comments
 (0)