Skip to content

Commit

Permalink
Fix broken comment link (#121)
Browse files Browse the repository at this point in the history
The link to the cli service documentation no longer works, it should be replaced with a link the the new documentation.
  • Loading branch information
NoelDeMartin authored and chrisvfritz committed Jan 17, 2019
1 parent 7abe60f commit b1dc0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
sourceMap: true,
},
// Configure Webpack's dev server.
// https://github.com/vuejs/vue-cli/blob/dev/docs/cli-service.md
// https://cli.vuejs.org/guide/cli-service.html
devServer: {
...(process.env.API_BASE_URL
? // Proxy API endpoints to the production base URL.
Expand Down

0 comments on commit b1dc0f9

Please sign in to comment.