|
96 | 96 | "destination": "/api/", |
97 | 97 | "type": "301" |
98 | 98 | }, |
| 99 | + { |
| 100 | + "source": "/en/learn/the-packagejson-guide/", |
| 101 | + "destination": "/en/learn/", |
| 102 | + "type": "301" |
| 103 | + }, |
| 104 | + { |
| 105 | + "source": "/en/learn/how-to-exit-from-a-nodejs-program/", |
| 106 | + "destination": "/en/learn/", |
| 107 | + "type": "301" |
| 108 | + }, |
| 109 | + { |
| 110 | + "source": "/en/learn/where-does-npm-install-the-packages/", |
| 111 | + "destination": "/en/learn/", |
| 112 | + "type": "301" |
| 113 | + }, |
| 114 | + { |
| 115 | + "source": "/en/learn/get-http-request-body-data-using-nodejs/", |
| 116 | + "destination": "/en/learn/", |
| 117 | + "type": "301" |
| 118 | + }, |
| 119 | + { |
| 120 | + "source": "/en/learn/a-brief-history-of-nodejs/", |
| 121 | + "destination": "/en/learn/", |
| 122 | + "type": "301" |
| 123 | + }, |
| 124 | + { |
| 125 | + "source": "/en/learn/nodejs-file-paths/", |
| 126 | + "destination": "/en/learn/", |
| 127 | + "type": "301" |
| 128 | + }, |
| 129 | + { |
| 130 | + "source": "/learn/asynchronous-work/blocking-vs-non-blocking", |
| 131 | + "destination": "https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Introducing", |
| 132 | + "type": "301" |
| 133 | + }, |
| 134 | + { |
| 135 | + "source": "/learn/discover-javascript-timers", |
| 136 | + "destination": "https://developer.mozilla.org/en-US/docs/Web/API/setTimeout", |
| 137 | + "type": "301" |
| 138 | + }, |
| 139 | + { |
| 140 | + "source": "/learn/modern-asynchronous-javascript-with-async-and-await", |
| 141 | + "destination": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises", |
| 142 | + "type": "301" |
| 143 | + }, |
| 144 | + { |
| 145 | + "source": "/learn/the-nodejs-event-loop", |
| 146 | + "destination": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises", |
| 147 | + "type": "301" |
| 148 | + }, |
99 | 149 | { |
100 | 150 | "source": "/api/", |
101 | 151 | "destination": "/api/v18/documentation/", |
|
0 commit comments