Skip to content
This repository has been archived by the owner. It is now read-only.

Fix links that assumed branch "dev" exists (which doesn't) #1725

Merged
merged 2 commits into from Jul 19, 2018

Conversation

@MSeifert04
Copy link
Contributor

MSeifert04 commented Jul 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.

@dnfclas
Copy link

dnfclas commented Jul 18, 2018

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

MSeifert04 sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

* [`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.

@MSeifert04

MSeifert04 Jul 18, 2018

Author Contributor

These links still don't work. Should I revert the change?

This comment has been minimized.

@Eilon

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?

Copy link
Member

Eilon left a comment

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.

@Eilon

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.

@Eilon

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.

@Eilon
Eilon approved these changes Jul 19, 2018
Copy link
Member

Eilon left a comment

Looks good to me!

@Eilon
Copy link
Member

Eilon commented Jul 19, 2018

@SteveSandersonMS - could you also take a look and then merge?

Copy link
Member

SteveSandersonMS left a comment

Thanks @MSeifert04 - this looks great!

@SteveSandersonMS SteveSandersonMS merged commit 6019098 into aspnet:master Jul 19, 2018
1 check was pending
1 check was pending
license/cla Contributor License Agreement is not signed yet.
Details
@MSeifert04 MSeifert04 deleted the MSeifert04:fix-links-missing-branch branch Jul 19, 2018
@MSeifert04
Copy link
Contributor Author

MSeifert04 commented Jul 19, 2018

Thank you for the fast review 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.