diff --git a/page/javascript-101/types.md b/page/javascript-101/types.md index 892fbbd2..fb1ef1fd 100644 --- a/page/javascript-101/types.md +++ b/page/javascript-101/types.md @@ -66,7 +66,7 @@ var bar2; ## Objects -Everything else in JavaScript is considered an object. While there are [numerous built-in objects](https://developer.mozilla.org/en/JavaScript/Reference#Global_Objects, "MDN - Global Object Reference"), this chapter will cover: +Everything else in JavaScript is considered an object. While there are [numerous built-in objects](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects "MDN - Standard built-in objects"), this chapter will cover: * Object * Array