react-native/Libraries/Components/View
Paul Mestemaker 8378f0f9f7 Ensure documentation has consistent relative links
Summary:
Explain the **motivation** for making this change. What existing problem does the pull request solve?

I had tried fixing a broken link in a previous commit (#11453). My commit was merged, but it did not resolve the underlying problem. I have looked into how links should be formed for the docs and have fixed the original problem as well as updated all other links to be consistent.

Previous link formats:

- /docs/sample.html <-- broken link
- sample.html <-- broken link
- https://facebook.github.io/react-native/docs/sample.html <-- works
- /react-native/docs/sample.html <-- works
- docs/sample.html <-- works (permalink format)

This PR updates all links to the permalink format.

**Test plan (required)**
I ran the website locally and manually tested half of the links in each category. They all worked.
```
$ cd website
$ npm install && npm start
```
Closes https://github.com/facebook/react-native/pull/12064

Differential Revision: D4489153

Pulled By: mkonicek

fbshipit-source-id: bf0231d941ba147317595c3b3466dc579a887169
2017-01-31 12:13:31 -08:00
..
ReactNativeStyleAttributes.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ReactNativeViewAttributes.js Refactor Attribute Processing (Step 2) 2015-10-06 10:28:35 -07:00
ShadowPropTypesIOS.js RN: Stop Deep Linking `ReactPropTypes` 2016-10-14 18:59:10 -07:00
View.js Ensure documentation has consistent relative links 2017-01-31 12:13:31 -08:00
ViewStylePropTypes.js RN: Stop Deep Linking `ReactPropTypes` 2016-10-14 18:59:10 -07:00