Skip to content

Commit bb5a6b3

Browse files
02zyan02songlim327
authored andcommitted
fix: replace with absolute path under quick start doc
1 parent b01c801 commit bb5a6b3

File tree

19 files changed

+22
-21
lines changed

19 files changed

+22
-21
lines changed

docs/quick-start/customer/customer-payment/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Customer Payment in Local Currency", "link": "./create-customer-payment-in-local-currency"},
13-
{"text": "Create Customer Payment in Foreign Currency", "link": "./create-customer-payment-in-foreign-currency"},
12+
{"text": "Create Customer Payment in Local Currency", "link": "/quick-start/customer/create-customer-payment-in-local-currency"},
13+
{"text": "Create Customer Payment in Foreign Currency", "link": "/quick-start/customer/create-customer-payment-in-foreign-currency"},
1414
]}
1515
/>

docs/quick-start/gl/cash-book-entry/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Payment Voucher", "link": "./create-cash-book-entry-payment-voucher"},
13-
{"text": "Create Official Receipt", "link": "./create-cash-book-entry-official-receipt"},
12+
{"text": "Create Payment Voucher", "link": "/quick-start/gl/create-cash-book-entry-payment-voucher"},
13+
{"text": "Create Official Receipt", "link": "/quick-start/gl/create-cash-book-entry-official-receipt"},
1414
]}
1515
/>

docs/quick-start/gl/journal-entry/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Journal Entry", "link": "./create-journal-entry"},
12+
{"text": "Create Journal Entry", "link": "/quick-start/gl/create-journal-entry"},
1313
]}
1414
/>

docs/quick-start/purchase/cash-purchase/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Cash Purchase", "link": "./create-cash-purchase"},
12+
{"text": "Create Cash Purchase", "link": "/quick-start/purchase/create-cash-purchase"},
1313
]}
1414
/>

docs/quick-start/purchase/goods-received/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Goods Received", "link": "./create-goods-received"},
12+
{"text": "Create Goods Received", "link": "/quick-start/purchase/create-goods-received"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-cancelled-note/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Cancelled Note", "link": "./create-purchase-cancelled-note"},
12+
{"text": "Create Purchase Cancelled Note", "link": "/quick-start/purchase/create-purchase-cancelled-note"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-debit-note/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Debit Note", "link": "./create-purchase-debit-note"},
12+
{"text": "Create Purchase Debit Note", "link": "/quick-start/purchase/create-purchase-debit-note"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-invoice/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Invoice", "link": "./create-purchase-invoice"},
12+
{"text": "Create Purchase Invoice", "link": "/quick-start/purchase/create-purchase-invoice"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-order/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Order", "link": "./create-purchase-order"},
12+
{"text": "Create Purchase Order", "link": "/quick-start/purchase/create-purchase-order"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-request/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Request", "link": "./create-purchase-request"},
12+
{"text": "Create Purchase Request", "link": "/quick-start/purchase/create-purchase-request"},
1313
]}
1414
/>

docs/quick-start/purchase/purchase-returned/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Purchase Returned", "link": "./create-purchase-returned"},
12+
{"text": "Create Purchase Returned", "link": "/quick-start/purchase/create-purchase-returned"},
1313
]}
1414
/>

docs/quick-start/sales/cash-sales/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Cash Sales", "link": "./create-cash-sales"},
12+
{"text": "Create Cash Sales", "link": "/quick-start/sales/create-cash-sales"},
1313
]}
1414
/>
15+
\

docs/quick-start/sales/sales-cancelled-note/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Cancelled Note", "link": "./create-sales-cancelled-note"},
12+
{"text": "Create Sales Cancelled Note", "link": "/quick-start/sales/create-sales-cancelled-note"},
1313
]}
1414
/>

docs/quick-start/sales/sales-credit-note/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Credit Note", "link": "./create-sales-credit-note"},
12+
{"text": "Create Sales Credit Note", "link": "/quick-start/sales/create-sales-credit-note"},
1313
]}
1414
/>

docs/quick-start/sales/sales-debit-note/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Debit Note", "link": "./create-sales-debit-note"},
12+
{"text": "Create Sales Debit Note", "link": "/quick-start/sales/create-sales-debit-note"},
1313
]}
1414
/>

docs/quick-start/sales/sales-delivery-order/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Delivery Order", "link": "./create-sales-delivery-order"},
12+
{"text": "Create Sales Delivery Order", "link": "/quick-start/sales/create-sales-delivery-order"},
1313
]}
1414
/>

docs/quick-start/sales/sales-invoice/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Invoice", "link": "./create-sales-invoice"},
12+
{"text": "Create Sales Invoice", "link": "/quick-start/sales/create-sales-invoice"},
1313
]}
1414
/>

docs/quick-start/sales/sales-order/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Order", "link": "./create-sales-order"},
12+
{"text": "Create Sales Order", "link": "/quick-start/sales/create-sales-order"},
1313
]}
1414
/>

docs/quick-start/sales/sales-quotation/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
12-
{"text": "Create Sales Quotation", "link": "./create-sales-quotation"},
12+
{"text": "Create Sales Quotation", "link": "/quick-start/sales/create-sales-quotation"},
1313
]}
1414
/>

0 commit comments

Comments
 (0)