Use absolute paths in links

Summary: allow-large-files

Reviewed By: danielbuechele

Differential Revision: D7023260

fbshipit-source-id: a797d09b61530b13da10e02c21acef13c508470c
This commit is contained in:
Emil Sjölander
2018-02-19 02:55:30 -08:00
committed by Facebook Github Bot
parent e024943c4b
commit bbdb62e654
163 changed files with 207 additions and 467 deletions

View File

@@ -1,5 +1,5 @@
---
path: "docs/align-items"
path: "/docs/align-items"
title: "Align Items / Self"
hasPlayground: true
---
@@ -7,7 +7,7 @@ hasPlayground: true
## Align Items
Align items describes how to align children along the cross axis of their container.
Align items is very similar to [`justify content`](justify-content) but instead of
Align items is very similar to [`justify content`](/docs/justify-content) but instead of
applying to the main axis, `align items` applies to the cross axis.
**STRETCH (DEFAULT)** Stretch children of a container to match the `height` of the container's cross axis.