Skip to content

Commit 8b135fa

Browse files
committed
Minor updates to pelicanconf.py.
1 parent 530cd94 commit 8b135fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pelicanconf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AUTHOR = 'The PythonKC Organizer Team'
66
SITENAME = 'PythonKC'
7-
SITEURL = 'http://localhost:8000'
7+
SITEURL = ''
88

99
PATH = 'content'
1010

@@ -28,8 +28,8 @@
2828
LINKS = (
2929
('PythonKC Meetup.com', 'https://www.meetup.com/pythonkc/'),
3030
('PythonKC Slack', 'https://pykc-slackipy.herokuapp.com/'),
31-
('Pelican', 'http://getpelican.com/'),
32-
('Python.org', 'http://python.org/'),
31+
('Pelican', 'http://docs.getpelican.com/en/stable/'),
32+
('Python.org', 'https://python.org/'),
3333
('Jinja2', 'http://jinja.pocoo.org/'),
3434
)
3535

0 commit comments

Comments
 (0)