diff --git a/README.md b/README.md index a3f0473..11fc876 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kamil Mielnik's Curriculum Vitae -http://cv.kamilmielnik.com/ +https://cv.kamilmielnik.com/ ## Setup 1. `npm install` @@ -17,7 +17,7 @@ Generate PDF version of the CV based on files in `./build/` ### `npm run deploy` Copy files from `./build/` to a remote server (setup via variables in `.env`) -### `npm run publish` +### `npm run publish` Run `build`, `createPdf` & `deploy` scripts one by one ### `npm start` diff --git a/package-lock.json b/package-lock.json index 24dd954..9cb5756 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cv", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6745d8e..60b06db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cv", - "version": "1.5.4", + "version": "1.5.5", "description": "Kamil Mielnik's Curriculum Vitae", "engines": { "node": ">=12.4.0" @@ -43,13 +43,13 @@ "author": { "name": "Kamil Mielnik", "email": "kamil.adam.mielnik@gmail.com", - "url": "http://kamilmielnik.com/" + "url": "https://kamilmielnik.com/" }, "license": "CC BY-NC-ND 4.0", "bugs": { "url": "https://github.com/kamilmielnik/cv/issues" }, - "homepage": "http://cv.kamilmielnik.com", + "homepage": "https://cv.kamilmielnik.com", "dependencies": { "classnames": "^2.2.6", "normalize.css": "^8.0.1", diff --git a/src/data/contact-info.ts b/src/data/contact-info.ts index 3fab348..f9c9cf2 100644 --- a/src/data/contact-info.ts +++ b/src/data/contact-info.ts @@ -18,8 +18,8 @@ const contactInfo: ContactInfoData[] = [ }, { label: 'Website', - url: 'http://kamilmielnik.com', - value: 'http://kamilmielnik.com' + url: 'https://kamilmielnik.com', + value: 'https://kamilmielnik.com' } ];