File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type StyledBoxProps = SxProp &
3131/**
3232 * @deprecated The Box component is deprecated. Replace with a `div` or
3333 * appropriate HTML element instead, with CSS modules for styling.
34- * @see { @link contributor-docs/migration-from-box.md}
34+ * @see https://github.com/primer/react/blob/main/ contributor-docs/migration-from-box.md
3535 */
3636const Box = styled . div < StyledBoxProps > (
3737 space ,
@@ -50,7 +50,7 @@ const Box = styled.div<StyledBoxProps>(
5050/**
5151 * @deprecated The Box component is deprecated. Replace with a `div` or
5252 * appropriate HTML element instead, with CSS modules for styling.
53- * @see { @link contributor-docs/migration-from-box.md}
53+ * @see https://github.com/primer/react/blob/main/ contributor-docs/migration-from-box.md
5454 */
5555export type BoxProps = ComponentProps < typeof Box >
5656export default Box
You can’t perform that action at this time.
0 commit comments