Skip to content

Commit 67b2c2a

Browse files
fasenderosMoLow
authored andcommitted
doc: fix broken link to new folder doc/contributing/maintaining
PR-URL: #48205 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 795ca70 commit 67b2c2a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/timezone-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
body: |
4949
This PR was generated by tools/timezone-update.yml.
5050
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
5252
5353
To test, build node off this branch & log the version of tz using
5454
```js

deps/openssl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Also remove the architecture from the list of supported ASM architectures in
8686

8787
### Upgrading OpenSSL
8888

89-
Please refer to [maintaining-openssl](../../doc/contributing/maintaining-openssl.md).
89+
Please refer to [maintaining-openssl](../../doc/contributing/maintaining/maintaining-openssl.md).

tools/dep_updaters/update-openssl.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33
# 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
55

66
cleanup() {
77
EXIT_CODE=$?
@@ -56,7 +56,7 @@ regenerate() {
5656

5757
make -C "$DEPS_DIR/openssl/config" clean
5858
# 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
6060
sed -i 's/#ifdef/%ifdef/g' "$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
6161
sed -i 's/#endif/%endif/g' "$DEPS_DIR/openssl/openssl/crypto/perlasm/x86asm.pl"
6262
make -C "$DEPS_DIR/openssl/config"

tools/dep_updaters/utils.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# This function logs the archive checksum and, if provided, compares it with
44
# the deposited checksum
55
#
6-
# $1 is the package name e.g. 'acorn', 'ada', 'base64' etc. See that file
6+
# $1 is the package name e.g. 'acorn', 'ada', 'base64' etc. See the file
7+
# https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-dependencies.md
78
# for a complete list of package name
89
# $2 is the downloaded archive
910
# $3 (optional) is the deposited sha256 cheksum. When provided, it is checked

0 commit comments

Comments
 (0)