Skip to content

Commit b6a5825

Browse files
committed
fix: two tiny hot fixes
1 parent 1c49600 commit b6a5825

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/en/learn/getting-started/how-to-install-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors: flaviocopes, ZYSzys, ollelauribostrom, MylesBorins, fhemberger, LaRuaNa
66

77
# How to install Node.js
88

9-
Node.js can be installed in different ways. This post highlights the most common and convenient ones. Official packages for all the major platforms are available at [https://nodejs.dev/download/](/download/).
9+
Node.js can be installed in different ways. This post highlights the most common and convenient ones. Official packages for all the major platforms are available at [https://nodejs.org/download/](/download).
1010

11-
One very convenient way to install Node.js is through a package manager. In this case, every operating system has its own. Other package managers for MacOS, Linux, and Windows are listed in [https://nodejs.dev/download/package-manager/](/download/package-manager/)
11+
One very convenient way to install Node.js is through a package manager. In this case, every operating system has its own. Other package managers for MacOS, Linux, and Windows are listed in [https://nodejs.org/download/package-manager/](/download/package-manager/)
1212

1313
`nvm` is a popular way to run Node.js. It allows you to easily switch the Node.js version, and install new versions to try and easily rollback if something breaks. It is also very useful to test your code with old Node.js versions.
1414

styles/old/layout/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#main {
22
.container {
3-
display: flex;
4-
flex-direction: column;
3+
display: block;
54
}
65

76
.has-side-nav.container {
87
flex-direction: row;
8+
display: flex;
99
}
1010
}
1111

0 commit comments

Comments
 (0)