summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-19 16:02:51 +0000
committerPhil Hughes <me@iamphill.com>2017-12-19 16:02:51 +0000
commita9d4b2eb86be7ab77d60cfb9e3817364d5d06692 (patch)
tree149dde1b6c84f02e87e478ae9b86369a2b661feb
parentdc1692801d37b0859f61be2cdd3d8e5bf9f49962 (diff)
parent2dd9949fa8bdee43081275e85c2dabe878f73aba (diff)
downloadgitlab-ce-a9d4b2eb86be7ab77d60cfb9e3817364d5d06692.tar.gz
Merge branch 'fl-update-axios-docs' into 'master'
Update axios.md See merge request gitlab-org/gitlab-ce!16008
-rw-r--r--doc/development/fe_guide/axios.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/axios.md b/doc/development/fe_guide/axios.md
index 962fe3dcec9..1daa6758171 100644
--- a/doc/development/fe_guide/axios.md
+++ b/doc/development/fe_guide/axios.md
@@ -11,7 +11,7 @@ This exported module should be used instead of directly using `axios` to ensure
## Usage
```javascript
- import axios from '~/lib/utils/axios_utils';
+ import axios from './lib/utils/axios_utils';
axios.get(url)
.then((response) => {