From 2afbb4eb290b0bb618907ab892b1fb82949f6d08 Mon Sep 17 00:00:00 2001 From: Henrik Date: Mon, 30 Apr 2018 08:58:39 +0200 Subject: [PATCH] docs: add missing < (#302) --- docs/guide/deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 3853b688b6..decf15f739 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -20,7 +20,7 @@ The following guides are based on a few shared assumptions: If you are deploying to `https://.github.io/`, you can omit `base` as it defaults to `"/"`. - If your are deploying to `https://.github.io//`, (i.e. your repository is at `https://github.com//REPO>`), set `base` to `"//"`. + If your are deploying to `https://.github.io//`, (i.e. your repository is at `https://github.com//`), set `base` to `"//"`. 2. Inside your project, create `deploy.sh` with the following content (with highlighted lines uncommented appropriately) and run it to deploy: @@ -62,7 +62,7 @@ You can also run the above script in your CI setup to enable automatic deploymen If you are deploying to `https://.gitlab.io/`, you can omit `base` as it defaults to `"/"`. - If your are deploying to `https://.gitlab.io//`, (i.e. your repository is at `https://gitlab.com//REPO>`), set `base` to `"//"`. + If your are deploying to `https://.gitlab.io//`, (i.e. your repository is at `https://gitlab.com//`), set `base` to `"//"`. 2. Set `dest` in `.vuepress/config.js` to `public`.