diff --git a/pages/daily/index.vue b/pages/daily/index.vue index ba98e4b..5d65521 100644 --- a/pages/daily/index.vue +++ b/pages/daily/index.vue @@ -38,11 +38,6 @@ export default { desc: 'Check popular new products out and get inspired, maybe even post yours?', url: 'https://www.producthunt.com/' }, - { - title: 'Ruby Weekly', - desc: 'A free, once–weekly e-mail round-up of Ruby news and articles.', - url: 'https://rubyweekly.com/' - }, ] } }, diff --git a/pages/design/index.vue b/pages/design/index.vue index ae29f76..44f7049 100644 --- a/pages/design/index.vue +++ b/pages/design/index.vue @@ -93,6 +93,11 @@ export default { desc: 'Beautiful colour gradients for design and code.', url: 'https://uigradients.com/#NoontoDusk' }, + { + title: 'evernote.design', + desc: 'Basically webgems but just for design.', + url: 'https://evernote.design' + }, ] } }, diff --git a/pages/general/index.vue b/pages/general/index.vue index 8992e16..b819a3f 100644 --- a/pages/general/index.vue +++ b/pages/general/index.vue @@ -26,7 +26,7 @@ export default { { title: 'MDN web docs', desc: 'Tutorials, references, tools and resources.', - url: 'https://developer.mozilla.org/en-US/docs/Web' + url: 'https://developer.mozilla.org/docs/Web' }, { title: 'Rico\'s cheatsheets', diff --git a/pages/html/index.vue b/pages/html/index.vue index 2d1607f..d8b7603 100644 --- a/pages/html/index.vue +++ b/pages/html/index.vue @@ -16,7 +16,7 @@ export default { { title: 'HTML ELEMENTS', desc: 'All the HTML elemens you can use. There is more than just a div :)', - url: 'https://developer.mozilla.org/de/docs/Web/HTML/Element' + url: 'https://developer.mozilla.org/docs/Web/HTML/Element' }, { title: 'The web accessibility basics', diff --git a/pages/python/index.vue b/pages/python/index.vue index cf704b8..fb55418 100644 --- a/pages/python/index.vue +++ b/pages/python/index.vue @@ -13,12 +13,6 @@ export default { data() { return { resources: [ - { - title: "Home of Python", - desc: - "Python is a programming language that lets you work quickly and integrate systems more effectively.", - url: "https://www.python.org/" - }, { title: "Python 3.7.3 documentation", desc: "Documentation for all releaases of Python.", diff --git a/pages/ruby/index.vue b/pages/ruby/index.vue index 20f30e3..008b8ce 100644 --- a/pages/ruby/index.vue +++ b/pages/ruby/index.vue @@ -28,11 +28,6 @@ export default { desc: 'Learn about Ruby on Rails. The GoRails blog covers topics across all aspects of Ruby on Rails development.', url: 'https://gorails.com/blog/' }, - { - title: 'Honeybadger Development Blog', - desc: 'Honeybadger blog.', - url: 'https://www.honeybadger.io/blog/' - }, { title: 'Reinteractive Articles', desc: 'Our expert team of designers and developers love what they do and enjoy sharing their knowledge with the world.', @@ -74,9 +69,9 @@ export default { url: 'https://thoughtbot.com/blog/web/' }, { - title: 'Victor Hazbun Blog', - desc: 'Victor Hazbun is an instructor at Egghead.io. He also writes about Ruby, JS and other techs.', - url: 'https://www.codementor.io/victor_hazbun/posts/' + title: 'Ruby Weekly', + desc: 'A free, once–weekly e-mail round-up of Ruby news and articles.', + url: 'https://rubyweekly.com/' }, ] }