diff --git a/bin/mdshow b/bin/mdshow
index 4cc5a211be3d192814dc52eff44c2ea1efec0869..d9ba432142e10905a8650ba0a9a7965abe4be506 100755
--- a/bin/mdshow
+++ b/bin/mdshow
@@ -117,7 +117,7 @@ $(MDSHOW_CONFIG)/pandoc/templates/metadata.extract:
 $(MDSHOW_CONFIG)/pandoc/templates/default.revealjs:
 	@[ ! -e $(dir $@) ] && mkdir -p $(dir $@) || true
 	[ ! -e $@ ] && \
-		curl -L https://gitlab.lakedrops.com/docker/mdshow/-/raw/master/default.revealjs -o $@
+		curl -L https://gitlab.lakedrops.com/docker/mdshow/-/raw/main/default.revealjs -o $@
 
 $(MDSHOW_CONFIG)/reveal.js/dist/Chart.bundle.min.js:
 	@[ ! -e $(dir $@) ] && mkdir -p $(dir $@) || true