vue-bangalore icon indicating copy to clipboard operation
vue-bangalore copied to clipboard

Past Meetup link is broken in README file

Open ghost opened this issue 4 years ago • 1 comments
trafficstars

Currently on clicking - See all events - hyperlink it redirects us to https://github.com/vuejs-in/vue-bangalore/blob/master/events and this is throwing a 404 error.

Edit: - Same with Vue BLR logo - https://github.com/vuejs-in/vue-bangalore/blob/master/logo-300x300.png - throws a 404

ghost avatar May 23 '21 15:05 ghost

@pranvatsa This project uses Vuepress which takes the files from the public folder as it's root whereas Github looks at the actual root and thus fails. A solution would be to have a copy of the logo image in the root.

mohsin avatar May 24 '21 14:05 mohsin