From f99380870f22e994f7fa8202a5aa4356c0da4ee1 Mon Sep 17 00:00:00 2001 From: Abhith Rajan Date: Thu, 28 Mar 2019 09:22:37 +0400 Subject: [PATCH] Axios options reference link corrected Changed axios options reference link from ~https://github.com/nuxt-community/axios-module#options'~ to ~https://axios.nuxtjs.org/options~ --- template/nuxt/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/nuxt/nuxt.config.js b/template/nuxt/nuxt.config.js index 45fd7027e..4d3bb1309 100644 --- a/template/nuxt/nuxt.config.js +++ b/template/nuxt/nuxt.config.js @@ -88,7 +88,7 @@ module.exports = { ** Axios module configuration */ axios: { - // See https://github.com/nuxt-community/axios-module#options + // See https://axios.nuxtjs.org/options },<% } %> /*