Skip to content

Commit bc3f416

Browse files
committed
Update changelog
1 parent 66cc7ab commit bc3f416

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Unreleased
44

5+
### New features
6+
7+
You can now use relative links with your site.
8+
9+
To your `config.rb` file, add the following lines:
10+
11+
```
12+
set :relative_links, true
13+
activate :relative_assets
14+
```
15+
16+
This may help with deploying to GitHub pages.
17+
18+
- [#291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291)
19+
20+
Thanks [@eddgrant](https://github.com/eddgrant) for contributing this feature and the associated fixes!
21+
522
## 3.1.0
623

724
### New features

0 commit comments

Comments
 (0)