Skip to content

Commit e51c4b8

Browse files
committed
Fix URL in jekyll configuration
1 parent 90e862d commit e51c4b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
title: "Squid Programming Guide"
22
description: "Squid Web Cache programmers' guide"
3+
url: "https://programming-guide.squid-cache.org/"
34
plugins:
4-
- jekyll-sitemap
55
- jekyll-optional-front-matter
66
- jekyll-relative-links
77
- jekyll-titles-from-headings
8+
9+
# - jekyll-sitemap

0 commit comments

Comments
 (0)