From ebdea35311ce4fbd88380d42a079d5be0deef5f6 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Mon, 12 Jun 2017 19:42:05 +0200 Subject: [PATCH] FIX link --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index a04d9df..6b230c4 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -28,7 +28,7 @@ export default Vue.component('TEMPLATE-NAME', { 3. Import the newly added template in `src/resumes/resumes.js`.
-Your new resume will be now reachable at [localhost:8080/#/resume/TEMPLATE-NAME](localhost:8080/#/resume/TEMPLATE-NAME). +Your new resume will be now reachable at localhost:8080/#/resume/TEMPLATE-NAME.