From 7444b7c5a19ad2e50a104c2526a4a379c0c075a7 Mon Sep 17 00:00:00 2001 From: Rett Behrens Date: Fri, 25 Mar 2022 13:42:35 -0600 Subject: [PATCH 1/2] fixes broken links --- docs/v1/accounting/index.html | 16 ++++++++-------- docs/v1/appstore/index.html | 16 ++++++++-------- docs/v1/assets/index.html | 16 ++++++++-------- docs/v1/files/index.html | 16 ++++++++-------- docs/v1/finance/index.html | 16 ++++++++-------- docs/v1/payroll-au/index.html | 16 ++++++++-------- docs/v1/payroll-nz/index.html | 16 ++++++++-------- docs/v1/payroll-uk/index.html | 16 ++++++++-------- docs/v1/projects/index.html | 16 ++++++++-------- 9 files changed, 72 insertions(+), 72 deletions(-) diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 9fd95c45..5bfbf254 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -5959,14 +5959,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/appstore/index.html b/docs/v1/appstore/index.html index f50852bb..f3ec6b07 100644 --- a/docs/v1/appstore/index.html +++ b/docs/v1/appstore/index.html @@ -1084,14 +1084,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/assets/index.html b/docs/v1/assets/index.html index 8b86b536..6db3f270 100644 --- a/docs/v1/assets/index.html +++ b/docs/v1/assets/index.html @@ -1343,14 +1343,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/files/index.html b/docs/v1/files/index.html index ccdf2ebb..8e787901 100644 --- a/docs/v1/files/index.html +++ b/docs/v1/files/index.html @@ -1106,14 +1106,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/finance/index.html b/docs/v1/finance/index.html index fb5f99bf..b912af65 100644 --- a/docs/v1/finance/index.html +++ b/docs/v1/finance/index.html @@ -2657,14 +2657,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/payroll-au/index.html b/docs/v1/payroll-au/index.html index b39d004d..67f599a7 100644 --- a/docs/v1/payroll-au/index.html +++ b/docs/v1/payroll-au/index.html @@ -3205,14 +3205,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/payroll-nz/index.html b/docs/v1/payroll-nz/index.html index 6cdd0662..aa7d24b4 100644 --- a/docs/v1/payroll-nz/index.html +++ b/docs/v1/payroll-nz/index.html @@ -3789,14 +3789,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/payroll-uk/index.html b/docs/v1/payroll-uk/index.html index 21db10a7..9fd3e835 100644 --- a/docs/v1/payroll-uk/index.html +++ b/docs/v1/payroll-uk/index.html @@ -3461,14 +3461,14 @@ - - - - - - - - + + + + + + + +
diff --git a/docs/v1/projects/index.html b/docs/v1/projects/index.html index 48bb73d3..1c228186 100644 --- a/docs/v1/projects/index.html +++ b/docs/v1/projects/index.html @@ -1419,14 +1419,14 @@ - - - - - - - - + + + + + + + +
From b5978a72fe12306b294912b5f7c038cbe83348eb Mon Sep 17 00:00:00 2001 From: Rett Behrens Date: Fri, 25 Mar 2022 13:56:09 -0600 Subject: [PATCH 2/2] fixes links --- README.md | 6 +++--- docs/v1/accounting/index.html | 6 +++--- docs/v1/appstore/index.html | 6 +++--- docs/v1/assets/index.html | 6 +++--- docs/v1/files/index.html | 6 +++--- docs/v1/finance/index.html | 6 +++--- docs/v1/payroll-au/index.html | 6 +++--- docs/v1/payroll-nz/index.html | 6 +++--- docs/v1/payroll-uk/index.html | 6 +++--- docs/v1/projects/index.html | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 0c1f6e6c..613c1a6a 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ This SDK supports full method coverage for the following Xero API sets: | [Assets](https://xeroapi.github.io/xero-python/v1/assets/index.html) | The Assets API exposes fixed asset related functions of the Xero Accounting application | | [Files](https://xeroapi.github.io/xero-python/v1/files/index.html) | The Files API provides access to the files, folders, and the association of files within a Xero organisation | | [Projects](https://xeroapi.github.io/xero-python/v1/projects/index.html) | Xero Projects allows businesses to track time and costs on projects/jobs and report on profitability | -| [Payroll (AU)](https://xeroapi.github.io/xero-python/v1/payroll_au/index.html) | The (AU) Payroll API exposes payroll related functions of the payroll Xero application | -| [Payroll (UK)](https://xeroapi.github.io/xero-python/v1/payroll_uk/index.html) | The (UK) Payroll API exposes payroll related functions of the payroll Xero application | -| [Payroll (NZ)](https://xeroapi.github.io/xero-python/v1/payroll_nz/index.html) | The (NZ) Payroll API exposes payroll related functions of the payroll Xero application | +| [Payroll (AU)](https://xeroapi.github.io/xero-python/v1/payroll-au/index.html) | The (AU) Payroll API exposes payroll related functions of the payroll Xero application | +| [Payroll (UK)](https://xeroapi.github.io/xero-python/v1/payroll-uk/index.html) | The (UK) Payroll API exposes payroll related functions of the payroll Xero application | +| [Payroll (NZ)](https://xeroapi.github.io/xero-python/v1/payroll-nz/index.html) | The (NZ) Payroll API exposes payroll related functions of the payroll Xero application | drawing diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index 5bfbf254..acae69a6 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -5963,9 +5963,9 @@ - - - + + + diff --git a/docs/v1/appstore/index.html b/docs/v1/appstore/index.html index f3ec6b07..f737b5fd 100644 --- a/docs/v1/appstore/index.html +++ b/docs/v1/appstore/index.html @@ -1088,9 +1088,9 @@ - - - + + + diff --git a/docs/v1/assets/index.html b/docs/v1/assets/index.html index 6db3f270..4a90acc1 100644 --- a/docs/v1/assets/index.html +++ b/docs/v1/assets/index.html @@ -1347,9 +1347,9 @@ - - - + + + diff --git a/docs/v1/files/index.html b/docs/v1/files/index.html index 8e787901..e83a44a2 100644 --- a/docs/v1/files/index.html +++ b/docs/v1/files/index.html @@ -1110,9 +1110,9 @@ - - - + + + diff --git a/docs/v1/finance/index.html b/docs/v1/finance/index.html index b912af65..9082bc0e 100644 --- a/docs/v1/finance/index.html +++ b/docs/v1/finance/index.html @@ -2661,9 +2661,9 @@ - - - + + + diff --git a/docs/v1/payroll-au/index.html b/docs/v1/payroll-au/index.html index 67f599a7..8cdd471c 100644 --- a/docs/v1/payroll-au/index.html +++ b/docs/v1/payroll-au/index.html @@ -3209,9 +3209,9 @@ - - - + + + diff --git a/docs/v1/payroll-nz/index.html b/docs/v1/payroll-nz/index.html index aa7d24b4..e74860bb 100644 --- a/docs/v1/payroll-nz/index.html +++ b/docs/v1/payroll-nz/index.html @@ -3793,9 +3793,9 @@ - - - + + + diff --git a/docs/v1/payroll-uk/index.html b/docs/v1/payroll-uk/index.html index 9fd3e835..b2651672 100644 --- a/docs/v1/payroll-uk/index.html +++ b/docs/v1/payroll-uk/index.html @@ -3465,9 +3465,9 @@ - - - + + + diff --git a/docs/v1/projects/index.html b/docs/v1/projects/index.html index 1c228186..ffc044ea 100644 --- a/docs/v1/projects/index.html +++ b/docs/v1/projects/index.html @@ -1423,9 +1423,9 @@ - - - + + +