You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
body: |
49
49
This PR was generated by tools/timezone-update.yml.
50
50
51
-
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data
51
+
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-icu.md#time-zone-data
52
52
53
53
To test, build node off this branch & log the version of tz using
Copy file name to clipboardExpand all lines: tools/dep_updaters/update-openssl.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/sh
2
2
set -e
3
3
# Shell script to update OpenSSL in the source tree to a specific version
4
-
# Based on https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md
4
+
# Based on https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md
5
5
6
6
cleanup() {
7
7
EXIT_CODE=$?
@@ -56,7 +56,7 @@ regenerate() {
56
56
57
57
make -C "$DEPS_DIR/openssl/config" clean
58
58
# Needed for compatibility with nasm on 32-bit Windows
59
-
# See https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md#2-execute-make-in-depsopensslconfig-directory
59
+
# See https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md#2-execute-make-in-depsopensslconfig-directory
60
60
sed -i 's/#ifdef/%ifdef/g'"$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
61
61
sed -i 's/#endif/%endif/g'"$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
0 commit comments