diff --git a/INSTALL.md b/INSTALL.md
index 9db09dc..dbbe1c4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -15,7 +15,7 @@
- [For project pages](#for-project-pages)
- [Enabling automatic deployment](#enabling-automatic-deployment)
- [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages)
- - [Deploy on Netlify](https://www.netlify.com/)
+ - [Deploy on Netlify](#deploy-on-netlify)
- [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages)
- [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only)
- [Upgrading from a previous version](#upgrading-from-a-previous-version)
@@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c
# Assuming the current directory is
$ git remote add upstream https://github.com/alshedivat/al-folio.git
$ git fetch upstream
-$ git rebase v0.15.1
+$ git rebase v0.16.0
```
If you have extensively customized a previous version, it might be trickier to upgrade.
diff --git a/docker-compose.yml b/docker-compose.yml
index 54ed17b..47d920e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
# this file uses prebuilt image in dockerhub
services:
jekyll:
- image: amirpourmand/al-folio:v0.15.1
+ image: amirpourmand/al-folio:v0.16.0
build: .
# uncomment these if you are having this issue with the build:
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)