From 7165f4a5a1c6027867fd68e9b955c4c70695058a Mon Sep 17 00:00:00 2001 From: itstimetogoleft Date: Wed, 20 Feb 2019 09:40:11 -0800 Subject: [PATCH] Fixed two markdown links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7054b4..3c0f85d 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ The first ten posts are always fetched so the visitor sees something immediately ### WelcomePage -`WelcomePage` (welcome-page.jsx)[https://github.com/trambarhq/relaks-wordpress-example/blob/master/src/pages/welcome-page.jsx] is an asynchronous component. Its `renderAsync()` method fetches a list of posts and passes them to `WelcomePageSync` for actual rendering of the user interface: +`WelcomePage` [welcome-page.jsx](https://github.com/trambarhq/relaks-wordpress-example/blob/master/src/pages/welcome-page.jsx) is an asynchronous component. Its `renderAsync()` method fetches a list of posts and passes them to `WelcomePageSync` for actual rendering of the user interface: ```javascript async renderAsync(meanwhile) { @@ -587,7 +587,7 @@ render() { ### PostList -The render method of `PostList` (post-list.jsx)[https://github.com/trambarhq/relaks-wordpress-example/blob/master/src/widgets/post-list.jsx] doesn't do anything special: +The render method of `PostList` [post-list.jsx](https://github.com/trambarhq/relaks-wordpress-example/blob/master/src/widgets/post-list.jsx) doesn't do anything special: ```javascript render() {