Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 67b2c2a

Browse filesBrowse 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
Copy full SHA for 67b2c2a

File tree

Expand file treeCollapse file tree

4 files changed

+6
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-5
lines changed
Open diff view settings
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

‎deps/openssl/README.md‎

Copy file name to clipboardExpand all lines: deps/openssl/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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).
Collapse file

‎tools/dep_updaters/update-openssl.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-openssl.sh
+2-2Lines changed: 2 additions & 2 deletions
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"
Collapse file

‎tools/dep_updaters/utils.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/utils.sh
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.