Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 336732c

Browse files
committedFeb 1, 2018
Docs fixes
1 parent 0285ffb commit 336732c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ configurations for [ESLint](https://eslint.org/);
5050
around [React Router](https://github.com/ReactTraining/react-router)'s `<Link>`
5151
and `<NavLink>` components; they help to handle external and internal links in
5252
the same uniform manner;
53-
- [**`ScalableRect`**](docs/scalable-rect) &mdash; Container that keeps
54-
the specified aspect ratio regardless its width you set.
53+
- [**`ScalableRect`**](docs/scalable-rect.md) &mdash; Container that keeps
54+
the specified aspect ratio regardless the width you set.
5555

5656

5757
### <a name="utilities">Utilities</a>

‎docs/scalable-rect.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ScalableRect
2-
Container that keeps the specified aspect ratio regardless its width you set.
2+
Container that keeps the specified aspect ratio regardless the width you set.
33

4-
[Example](#example)
4+
[Code Example](#example),
5+
[Live Demo](https://community-app.topcoder-dev.com/examples/scalable-rect)
56

67
**Why?** &mdash; From time to time you need to render an HTML element with
78
a specified aspect ratio of its sizes. HTML/CSS allows to achieve that, but

0 commit comments

Comments
 (0)
Please sign in to comment.