Skip to content

Commit

Permalink
chore: Update link to re-directed example settings file (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
amites authored Jan 15, 2025
1 parent 8a1c55e commit 4878fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/locale/zh_CN/LC_MESSAGES/settings.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ msgstr ""
msgid ""
"Settings are configured in the form of a Python module (a file). There is"
" an `example settings file "
"<https://github.com/getpelican/pelican/raw/main/samples/pelican.conf.py>`_"
"<https://raw.githubusercontent.com/getpelican/pelican/main/samples/pelican.conf.py>`_"
" available for reference."
msgstr ""
"设置以Python模块(一个文件)的形式。 `示例配置文件 "
"<https://github.com/getpelican/pelican/raw/main/samples/pelican.conf.py>`_"
"<https://raw.githubusercontent.com/getpelican/pelican/main/samples/pelican.conf.py>`_"
" 可供您参考。"

#: ../../settings.rst:34 fd01256fff0d40319c6bd55c3e3d1f8d
Expand Down
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Environment variables can also be used here but must be escaped appropriately::

Settings are configured in the form of a Python module (a file). There is an
`example settings file
<https://github.com/getpelican/pelican/raw/main/samples/pelican.conf.py>`_
<https://raw.githubusercontent.com/getpelican/pelican/main/samples/pelican.conf.py>`_
available for reference.

To see a list of current settings in your environment, including both default
Expand Down

0 comments on commit 4878fc8

Please sign in to comment.