Skip to content

Commit 68ab21a

Browse files
committed
fixed a capitalization issue with the javacod api site
1 parent 03b0881 commit 68ab21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-javadoc-index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ BASE_PACKAGE="${BASE_PACKAGE:-}"
6969
INDEX_FILE="index.html"
7070
VERSIONS_JSON="versions.json"
7171
VERSIONS_TXT="versions.txt"
72-
SITE_BASE="${SITE_BASE:-https://mrhunsaker.github.io/graph_digitizer_java_implementation}"
72+
SITE_BASE="${SITE_BASE:-https://mrhunsaker.github.io/Graph_Digitizer_Java_Implementation}"
7373

7474
# ---------------------------
7575
# Helpers

0 commit comments

Comments
 (0)