Skip to content

Commit c46b0ad

Browse files
author
hleithner
committed
Fix links
1 parent b4c57e7 commit c46b0ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/general-concepts/javascript/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Joomla core.js
33

44
Provides a global `Joomla` object and a core functionality for client side: options storage, translations, etc.
55

6-
To enable it on the page use [WebAssetManager](/docs/using-core-functions/web-asset-manager.md) `$wa->useScript('core')`.
6+
To enable it on the page use [WebAssetManager](../web-asset-manager.md) `$wa->useScript('core')`.
77

88
## Client side options
99

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const quickaccess = [
2222
},
2323
{
2424
title: <>Components</>,
25-
href: "/docs/building-extensions/component",
25+
href: "/docs/building-extensions/components",
2626
iconName: <IconName.BsPuzzle className="icon--3x" />,
2727
description: (
2828
<>There are many articles, tutorials, references and FAQs which focus on component development. If this is your first time developing a component for Joomla, you should start with the Absolute Basics of How a Component Functions. If needed, you can visualise the control flow of a component with these diagrams.</>

0 commit comments

Comments
 (0)