Skip to content

Commit

Permalink
[docs] Fix redirection to Base UI URLs
Browse files Browse the repository at this point in the history
oliviertassinari committed Sep 10, 2023
1 parent b7cc7dc commit 32b9823
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/base-ui-cra/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Create React App example in JavaScript

[Base UI](https://mui.com/base/getting-started/overview/) is a library of unstyled React UI components which includes prebuilt components with production-ready functionality, along with low-level hooks for transferring that functionality to other components.
[Base UI](https://mui.com/base-ui/getting-started/) is a library of unstyled React UI components which includes prebuilt components with production-ready functionality, along with low-level hooks for transferring that functionality to other components.

[Create React App](https://create-react-app.dev/) is a framework for quickly creating a new React project without the need to configure complex build tools or development environments.

2 changes: 1 addition & 1 deletion examples/base-ui-vite-tailwind/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Vite.js example with Tailwind CSS

[Base UI](https://mui.com/base/getting-started/overview/) is a library of unstyled React UI components which includes prebuilt components with production-ready functionality, along with low-level hooks for transferring that functionality to other components.
[Base UI](https://mui.com/base-ui/getting-started/) is a library of unstyled React UI components which includes prebuilt components with production-ready functionality, along with low-level hooks for transferring that functionality to other components.

[Vite](https://vitejs.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects, consisting of a dev server and a build command

2 changes: 1 addition & 1 deletion examples/base-ui-vite-tailwind/src/App.jsx
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ function App() {

<ul>
<li className="card">
<a href="https://mui.com/base/getting-started/overview/" className="link">
<a href="https://mui.com/base-ui/getting-started/" className="link">
Base UI
</a>{' '}
is a library of unstyled React UI components which includes prebuilt components with

0 comments on commit 32b9823

Please sign in to comment.