Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix links that assumed branch "dev" exists (which doesn't) #1725
Conversation
dnfclas
commented
Jul 18, 2018
•
|
* [`Microsoft.AspNetCore.SpaServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.SpaServices) - builds on NodeServices, adding functionality commonly used in Single Page Applications, such as server-side prerendering, webpack middleware, and integration between server-side and client-side routing. | ||
* [`Microsoft.AspNetCore.AngularServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.AngularServices) and [`Microsoft.AspNetCore.ReactServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.ReactServices) - these build on `SpaServices`, adding helpers specific to Angular and React, such as cache priming and integrating server-side and client-side validation | ||
* [`Microsoft.AspNetCore.SpaServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices) - builds on NodeServices, adding functionality commonly used in Single Page Applications, such as server-side prerendering, webpack middleware, and integration between server-side and client-side routing. | ||
* [`Microsoft.AspNetCore.AngularServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.AngularServices) and [`Microsoft.AspNetCore.ReactServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.ReactServices) - these build on `SpaServices`, adding helpers specific to Angular and React, such as cache priming and integrating server-side and client-side validation |
This comment has been minimized.
This comment has been minimized.
MSeifert04
Jul 18, 2018
Author
Contributor
These links still don't work. Should I revert the change?
This comment has been minimized.
This comment has been minimized.
Eilon
Jul 18, 2018
Member
You could remove the part that has the links that don't work (Angular and React services). Perhaps keep the rest?
Just a couple of small things and then I can merge. Thanks! |
* [`Microsoft.AspNetCore.SpaServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.SpaServices) - builds on NodeServices, adding functionality commonly used in Single Page Applications, such as server-side prerendering, webpack middleware, and integration between server-side and client-side routing. | ||
* [`Microsoft.AspNetCore.AngularServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.AngularServices) and [`Microsoft.AspNetCore.ReactServices`](https://github.com/aspnet/JavaScriptServices/tree/dev/src/Microsoft.AspNetCore.ReactServices) - these build on `SpaServices`, adding helpers specific to Angular and React, such as cache priming and integrating server-side and client-side validation | ||
* [`Microsoft.AspNetCore.SpaServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices) - builds on NodeServices, adding functionality commonly used in Single Page Applications, such as server-side prerendering, webpack middleware, and integration between server-side and client-side routing. | ||
* [`Microsoft.AspNetCore.AngularServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.AngularServices) and [`Microsoft.AspNetCore.ReactServices`](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.ReactServices) - these build on `SpaServices`, adding helpers specific to Angular and React, such as cache priming and integrating server-side and client-side validation |
This comment has been minimized.
This comment has been minimized.
Eilon
Jul 18, 2018
Member
You could remove the part that has the links that don't work (Angular and React services). Perhaps keep the rest?
@@ -9,7 +9,7 @@ | |||
namespace Microsoft.AspNetCore.SpaServices.Webpack | |||
{ | |||
/// <summary> | |||
/// Based on https://github.com/aspnet/Proxy/blob/dev/src/Microsoft.AspNetCore.Proxy/ProxyMiddleware.cs | |||
/// Based on https://github.com/aspnet/Proxy/blob/master/src/Microsoft.AspNetCore.Proxy/ProxyMiddleware.cs |
This comment has been minimized.
This comment has been minimized.
Eilon
Jul 18, 2018
Member
Might be best to shorten this to just Based on ProxyMiddleware from https://github.com/aspnet/Proxy/.
that way we don't have to worry about adjusting this in the future.
Looks good to me! |
@SteveSandersonMS - could you also take a look and then merge? |
Thanks @MSeifert04 - this looks great! |
6019098
into
aspnet:master
Thank you for the fast review |
MSeifert04 commentedJul 18, 2018
I noticed that a lot of links in the readme actually lead to 404 pages because branch dev is missing (d742bea).
This just changes "dev" to "master", not sure if that's correct or desirable so feel free to close this again if not correct or necessary.