Skip to content

Commit b5fdfba

Browse files
committed
[Doc] Fix broken links
1 parent 38f2b50 commit b5fdfba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/AppTheme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const App = () => (
108108

109109
React-admin comes with 5 built-in themes, each one having a light and a dark variant. You can use them as a starting point for your custom theme, or use them as-is.
110110

111-
|    [Default](#default) [![Default light theme](./img/defaultLightTheme1.jpg)]((#default)) |    [B&W](#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](#bw) |
111+
|    [Default](#default) [![Default light theme](./img/defaultLightTheme1.jpg)](#default) |    [B&W](#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](#bw) |
112112
|    [Nano](#nano) [![Nano light theme](./img/nanoLightTheme1.jpg)](#nano) |    [Radiant](#radiant) [![Radiant light theme](./img/radiantLightTheme1.jpg)](#radiant) |
113113
|    [House](#house) [![House light theme](./img/houseLightTheme1.jpg)](#house) |
114114

docs/Theming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ const App = () => (
121121

122122
React-admin comes with 5 built-in themes:
123123

124-
|    [Default](./AppTheme.md#default) [![Default light theme](./img/defaultLightTheme1.jpg)]((#default)) |    [B&W](./AppTheme.md#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](./AppTheme.md#bw) |
125-
|    [Nano](./AppTheme.md#nano) [![Nano light theme](./img/nanoLightTheme1.jpg)](./AppTheme.md#nano) |    [Radiant](./AppTheme.md#radiant) [![Radiant light theme](./img/radiantLightTheme1.jpg)](./AppTheme.md#radiant) |
126-
|    [House](./AppTheme.md#house) [![House light theme](./img/houseLightTheme1.jpg)](./AppTheme.md#house) |
124+
|    [Default](./AppTheme.md#default) [![Default light theme](./img/defaultLightTheme1.jpg)]((AppTheme.html#default)) |    [B&W](./AppTheme.md#bw) [![B&W light theme](./img/bwLightTheme1.jpg)](./AppTheme.html#bw) |
125+
|    [Nano](./AppTheme.md#nano) [![Nano light theme](./img/nanoLightTheme1.jpg)](./AppTheme.html#nano) |    [Radiant](./AppTheme.md#radiant) [![Radiant light theme](./img/radiantLightTheme1.jpg)](./AppTheme.html#radiant) |
126+
|    [House](./AppTheme.md#house) [![House light theme](./img/houseLightTheme1.jpg)](./AppTheme.html#house) |
127127

128128
The [e-commerce demo](https://marmelab.com/react-admin-demo/) contains a theme switcher, so you can test them in a real application.
129129

0 commit comments

Comments
 (0)