We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bef930 commit 57efc04Copy full SHA for 57efc04
1 file changed
docs/js/ra-doc-exec.js
@@ -10,8 +10,8 @@ export const showTip = async () => {
10
if (!tipElement) return;
11
12
const [tips, features] = await Promise.all([
13
- getContents('/assets/tips.md'),
14
- getContents('/assets/features.md'),
+ getContents('./assets/tips.md'),
+ getContents('./assets/features.md'),
15
]);
16
const all = tips.concat(features);
17
0 commit comments