We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501ffab commit 8a18f5aCopy full SHA for 8a18f5a
Dockerfile
@@ -76,7 +76,7 @@ RUN apt-get install subversion wget -y
76
ARG PELICAN_VERSION=4.5.4
77
# Need markdown as fallback for gfm as documented in ASF.YAML
78
RUN pip install pelican[markdown]==${PELICAN_VERSION}
79
-# [1] https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-PelicanCMS
+# [1] https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#pelican_cms
80
81
# Copy the built cmark and ASF
82
WORKDIR /tmp/pelican-asf
0 commit comments