diff --git a/bin/mdshow b/bin/mdshow
index 189b4363b4cd42f2a6af712aebd3ff9f66a2c159..53913e28378267fe8a62c14de092cd930a369e3b 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