Skip to content

Commit

Permalink
Fix Broken Links In Documentation (#28321)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Mar 3, 2024
1 parent a8b2c82 commit fb789a0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1940cb27b260c2eab79c76763d1151ba18353ff8
034130c02ffb47b0026059b57d17e9b080976ff3
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-classic-61b84c37";
exports.version = "18.3.0-www-classic-a1436691";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,4 +625,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-modern-b83cf0f1";
exports.version = "18.3.0-www-modern-fac556b3";
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOM-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -6121,7 +6121,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -36046,7 +36046,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-www-classic-cecf945d";
var ReactVersion = "18.3.0-www-classic-375d7b0a";

function createPortal$1(
children,
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOM-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -5944,7 +5944,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -35882,7 +35882,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-www-modern-77e7bd4e";
var ReactVersion = "18.3.0-www-modern-ea38075a";

function createPortal$1(
children,
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactDOMServer-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (__DEV__) {
var React = require("react");
var ReactDOM = require("react-dom");

var ReactVersion = "18.3.0-www-classic-24ac93b7";
var ReactVersion = "18.3.0-www-classic-e23c55b6";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -1152,7 +1152,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -5860,7 +5860,7 @@ if (__DEV__) {
return pushSelfClosing(target, props, type);
}
// These are reserved SVG and MathML elements, that are never custom elements.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts

case "annotation-xml":
case "color-profile":
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactDOMServer-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (__DEV__) {
var React = require("react");
var ReactDOM = require("react-dom");

var ReactVersion = "18.3.0-www-modern-326ac7bd";
var ReactVersion = "18.3.0-www-modern-a8780f15";

// This refers to a WWW module.
var warningWWW = require("warning");
Expand Down Expand Up @@ -1152,7 +1152,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -5860,7 +5860,7 @@ if (__DEV__) {
return pushSelfClosing(target, props, type);
}
// These are reserved SVG and MathML elements, that are never custom elements.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts

case "annotation-xml":
case "color-profile":
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -5859,7 +5859,7 @@ if (__DEV__) {
return pushSelfClosing(target, props, type);
}
// These are reserved SVG and MathML elements, that are never custom elements.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts

case "annotation-xml":
case "color-profile":
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMTesting-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -6258,7 +6258,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -36670,7 +36670,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-www-classic-61b84c37";
var ReactVersion = "18.3.0-www-classic-a1436691";

function createPortal$1(
children,
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMTesting-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -6081,7 +6081,7 @@ if (__DEV__) {
// These are reserved SVG and MathML elements.
// We don't mind this list too much because we expect it to never grow.
// The alternative is to track the namespace in a few places which is convoluted.
// https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts
case "annotation-xml":
case "color-profile":
case "font-face":
Expand Down Expand Up @@ -36506,7 +36506,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-www-modern-f8aa8f51";
var ReactVersion = "18.3.0-www-modern-f3f947b8";

function createPortal$1(
children,
Expand Down

0 comments on commit fb789a0

Please sign in to comment.