From 34e7b183871943004e6ed62c2d99488317edeb02 Mon Sep 17 00:00:00 2001 From: Vaishnavi Date: Tue, 3 Feb 2026 16:55:52 +0530 Subject: [PATCH 1/2] style: update footer sitemap link colors Signed-off-by: Vaishnavi --- docs/ref-migrate-0.13-0.20.md | 2 +- website/core/Footer.js | 22 +++++++++++----------- website/package-lock.json | 10 ++++++++++ website/static/css/main.css | 12 ++++++++++-- 4 files changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ref-migrate-0.13-0.20.md b/docs/ref-migrate-0.13-0.20.md index e7b982d8..9af0f8b3 100644 --- a/docs/ref-migrate-0.13-0.20.md +++ b/docs/ref-migrate-0.13-0.20.md @@ -272,7 +272,7 @@ Cicero server API has been changed to reflect the new underlying Cicero engine. #### Example -Following the [README.md](https://github.com/accordproject/cicero/blob/master/packages/cicero-server/README.md) instructions, instead of calling: +Following the [README.md](https://github.com/accordproject/cicero-perishable-network/blob/main/README.md) instructions, instead of calling: ``` curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' http://localhost:6001/execute/latedeliveryandpenalty/sample.txt -d '{ "request": { "$class": "org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest", "forceMajeure": false,"agreedDelivery": "December 17, 2017 03:24:00", "deliveredAt": null, "goodsValue": 200.00 }, "state": { "$class": "org.accordproject.cicero.contract.AccordContractState", "stateId" : "org.accordproject.cicero.contract.AccordContractState#1"}}' ``` diff --git a/website/core/Footer.js b/website/core/Footer.js index c8474bf4..968dcd68 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -51,13 +51,13 @@ class Footer extends React.Component {
Docs
@@ -65,16 +65,16 @@ class Footer extends React.Component {
Community