Skip to content

Commit 97ab69a

Browse files
committed
Update publishconf.py
1 parent 9dd5f3d commit 97ab69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publishconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
FEED_ALL_ATOM = 'feeds/all.atom.xml'
1818
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
19-
AUTHOR_FEED_RSS = 'feeds/authors/%s.rss.xml'
20-
AUTHOR_FEED_ATOM = 'feeds/authors/%s.atom.xml'
19+
AUTHOR_FEED_RSS = 'feeds/%s.rss.xml'
20+
AUTHOR_FEED_ATOM = 'feeds/%s.atom.xml'
2121

2222

2323
DELETE_OUTPUT_DIRECTORY = True

0 commit comments

Comments
 (0)