From 728e4d3cce88199806fd68030b0c6c2351321a3d Mon Sep 17 00:00:00 2001 From: Christopher Loverich Date: Fri, 13 Sep 2019 09:35:25 -0500 Subject: [PATCH] docs: fix 404 image links --- README.md | 2 +- docs/README.md | 6 +++--- website/siteConfig.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 46fd6d8e7..9733e3de5 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ And finally, kudos to all the people that believed in, tried, validated and even ## Further resources and documentation -- [The MobX book](https://books.google.nl/books?id=ALFmDwAAQBAJ&pg=PP1&lpg=PP1&dq=michel+weststrate+mobx+quick+start+guide:+supercharge+the+client+state+in+your+react+apps+with+mobx&source=bl&ots=D460fxti0F&sig=ivDGTxsPNwlOjLHrpKF1nweZFl8&hl=nl&sa=X&ved=2ahUKEwiwl8XO--ncAhWPmbQKHWOYBqIQ6AEwAnoECAkQAQ#v=onepage&q=michel%20weststrate%20mobx%20quick%20start%20guide%3A%20supercharge%20the%20client%20state%20in%20your%20react%20apps%20with%20mobx&f=false) by Pavan Podila and Michel Weststrate (which despite it's name is in-depth!) +- [The MobX book](https://books.google.nl/books?id=ALFmDwAAQBAJ&pg=PP1&lpg=PP1&dq=michel+weststrate+mobx+quick+start+guide:+supercharge+the+client+state+in+your+react+apps+with+mobx&source=bl&ots=D460fxti0F&sig=ivDGTxsPNwlOjLHrpKF1nweZFl8&hl=nl&sa=X&ved=2ahUKEwiwl8XO--ncAhWPmbQKHWOYBqIQ6AEwAnoECAkQAQ#v=onepage&q=michel%20weststrate%20mobx%20quick%20start%20guide%3A%20supercharge%20the%20client%20state%20in%20your%20react%20apps%20with%20mobx&f=false) by Pavan Podila and Michel Weststrate (which despite it's name is in-depth!) - [MobX homepage](http://mobxjs.github.io/mobx/faq/blogs.html) - [API overview](http://mobxjs.github.io/mobx/refguide/api.html) - [Tutorials, Blogs & Videos](http://mobxjs.github.io/mobx/faq/blogs.html) diff --git a/docs/README.md b/docs/README.md index f6823ddbd..471e66029 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,8 +31,8 @@ MobX is proudly sponsored by Mendix, Coinbase, Facebook Open Source, Canva, Algo Canva Guilded mantro GmbH -CodeFirst -Blokt +CodeFirst +Blokt **🥉Bronze sponsors:**
Coinbase @@ -299,7 +299,7 @@ And finally kudos for all the people that believed in, tried, validated and even ## Further resources and documentation -- [The MobX book](https://books.google.nl/books?id=ALFmDwAAQBAJ&pg=PP1&lpg=PP1&dq=michel+weststrate+mobx+quick+start+guide:+supercharge+the+client+state+in+your+react+apps+with+mobx&source=bl&ots=D460fxti0F&sig=ivDGTxsPNwlOjLHrpKF1nweZFl8&hl=nl&sa=X&ved=2ahUKEwiwl8XO--ncAhWPmbQKHWOYBqIQ6AEwAnoECAkQAQ#v=onepage&q=michel%20weststrate%20mobx%20quick%20start%20guide%3A%20supercharge%20the%20client%20state%20in%20your%20react%20apps%20with%20mobx&f=false) by Pavan Podila and Michel Weststrate (which despite it's name is in-depth!) +- [The MobX book](https://books.google.nl/books?id=ALFmDwAAQBAJ&pg=PP1&lpg=PP1&dq=michel+weststrate+mobx+quick+start+guide:+supercharge+the+client+state+in+your+react+apps+with+mobx&source=bl&ots=D460fxti0F&sig=ivDGTxsPNwlOjLHrpKF1nweZFl8&hl=nl&sa=X&ved=2ahUKEwiwl8XO--ncAhWPmbQKHWOYBqIQ6AEwAnoECAkQAQ#v=onepage&q=michel%20weststrate%20mobx%20quick%20start%20guide%3A%20supercharge%20the%20client%20state%20in%20your%20react%20apps%20with%20mobx&f=false) by Pavan Podila and Michel Weststrate (which despite it's name is in-depth!) - [MobX homepage](http://mobxjs.github.io/mobx/faq/blogs.html) - [API overview](http://mobxjs.github.io/mobx/refguide/api.html) - [Tutorials, Blogs & Videos](http://mobxjs.github.io/mobx/faq/blogs.html) diff --git a/website/siteConfig.js b/website/siteConfig.js index e8c0681ef..a1afc3639 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -55,9 +55,9 @@ const siteConfig = { users, /* path to images for header/footer */ - headerIcon: "/img/mobx.png", - footerIcon: "/img/mobx.png", - favicon: "/img/favicon.png", + headerIcon: "img/mobx.png", + footerIcon: "img/mobx.png", + favicon: "img/favicon.png", /* Colors for website */ colors: {