We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307f6ce commit 7146e77Copy full SHA for 7146e77
tools/make/lib/docs/repl.mk
@@ -5,7 +5,7 @@
5
REPL_HELP ?= $(SRC_DIR)/@stdlib/repl/help/scripts/build.js
6
7
# Define the path to the executable for aggregating REPL examples:
8
-REPL_EXAMPLES ?= $(SRC_DIR)/@stdlib/repl/example/scripts/build.js
+REPL_EXAMPLES ?= $(SRC_DIR)/@stdlib/repl/code-blocks/scripts/build.js
9
10
11
# TARGETS #
0 commit comments