Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/14 - Animations): replace broken web platform docs link #16294

Closed
wants to merge 1 commit into from

Conversation

sagirk
Copy link
Contributor

@sagirk sagirk commented Oct 22, 2017

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Docs update

What is the current behavior? (You can also link to an open issue here)
The Web Platform documentation link is broken (https://github.com/angular/angular.js/blob/master/docs/content/tutorial/step_14.ngdoc#L331).
It returns a 404.

What is the new behavior (if this is a feature change)?
Replace broken link [webplatform-animations]:
https://docs.webplatform.org/wiki/css/properties/animations
with [mdn-animations]:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations

Since the WebPlatform project has been discontinued, replace it with the MDN web docs.

Does this PR introduce a breaking change?
No

Please check if the PR fulfills these requirements

Other information:
The closest match that works is https://webplatform.github.io/docs/css/properties/animation. However, the notice at the top of the page reads, "The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued."

The CSS animations guide on MDN web docs is not only current, but also more comprehensive.

Replace broken link [webplatform-animations]: 
https://docs.webplatform.org/wiki/css/properties/animations 
with [mdn-animations]: 
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations

https://docs.webplatform.org/wiki/css/properties/animations returns a 404. The closest match that 
works is https://webplatform.github.io/docs/css/properties/animation. However, the notice at the 
top of the page reads, "The WebPlatform project, supported by various stewards between 2012 and 
2015, has been discontinued."

The CSS animations guide on MDN web docs is not only current, but also more comprehensive.
gkalpak pushed a commit that referenced this pull request Oct 23, 2017
Replace broken [webplatform-animations][1] link with [mdn-animations][2].

The original link returns a 404. The closest match that works is
https://webplatform.github.io/docs/css/properties/animation. However,
the notice at the top of the page reads:

> The WebPlatform project, supported by various stewards between 2012
> and 2015, has been discontinued.

The CSS animations guide on MDN web docs is not only current, but also
more comprehensive.

[1]: https://docs.webplatform.org/wiki/css/properties/animations
[2]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations

Closes #16294
@gkalpak gkalpak closed this in 9ba07e9 Oct 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants