Skip to content

Commit c48b911

Browse files
author
Aju100
committed
Edit and Updated https
1 parent 7045f64 commit c48b911

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

publishconf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
from pelicanconf import *
1212

1313
MENUITEMS = [
14-
("Companies", "http://pythonnepal.org/pages/pythoninnepal.html"),
15-
("Developers", "http://pythonnepal.org/pages/developers.html"),
16-
("Resources", "http://pythonnepal.org/pages/resources.html"),
17-
("Meetups", "http://pythonnepal.org/pages/meetups.html"),
18-
("Videos", "http://pythonnepal.org/pages/videos.html")
14+
("Companies", "https://pythonnepal.org/pages/pythoninnepal.html"),
15+
("Developers", "https://pythonnepal.org/pages/developers.html"),
16+
("Resources", "https://pythonnepal.org/pages/resources.html"),
17+
("Meetups", "https://pythonnepal.org/pages/meetups.html"),
18+
("Videos", "https://pythonnepal.org/pages/videos.html")
1919
]
2020

21-
SITEURL = 'http://pythonnepal.org'
21+
SITEURL = 'https://pythonnepal.org'
2222
RELATIVE_URLS = False
2323

2424
FEED_ALL_ATOM = 'feeds/all.atom.xml'

0 commit comments

Comments
 (0)