From c2240186f5b2769e6f2d634e1b39402cc35c3a2a Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 18 Dec 2024 14:48:43 +1100 Subject: [PATCH 1/2] Link refenv folio-quesnelia --- guides/automation.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/guides/automation.md b/guides/automation.md index 8a542712..d710f3ab 100644 --- a/guides/automation.md +++ b/guides/automation.md @@ -119,25 +119,26 @@ So if there is an urgent need to [rebuild](#off-schedule-rebuilds) "folio-snapsh It is vitally important that developers ensure success of the subsequent hourly build following any major changes that they merge to mainline (especially on a Friday afternoon). As noted in the previous paragraph, failures of this hourly job will cause the "folio-snapshot" builds to use out-of-date install files. Refer to the [Troubleshooting](#troubleshooting) assistance section above. -### folio-orchid +### folio-quesnelia -[https://folio-orchid.dev.folio.org/](https://folio-orchid.dev.folio.org/) +[https://folio-quesnelia.dev.folio.org/](https://folio-quesnelia.dev.folio.org/) -This is an environment for the latest FOLIO Release R1 2023 Orchid. +This is an environment for the previous FOLIO Release R1 2024 Quesnelia. Each rebuild will pick up any hotfix updates that may have been released. -The server is built every Sunday, to finish about 02:05 UTC.\ -(See Jenkins job: [folio-r1-2023-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2023-release/) which starts about 01:30 UTC.). +The server is deliberately not being automatically re-built each week, +while a PC Working Group is gathering better sample data for the reference environments.\ +(See Jenkins job: [folio-r1-2024-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2024-release/).) -### folio-nolana +### folio-orchid -[https://folio-nolana.dev.folio.org/](https://folio-nolana.dev.folio.org/) +[https://folio-orchid.dev.folio.org/](https://folio-orchid.dev.folio.org/) -This is an environment for the previous FOLIO Release R3 2022 Nolana +This is an environment for the latest FOLIO Release R1 2023 Orchid. Each rebuild will pick up any hotfix updates that may have been released. -The server is built every Sunday, to finish about 02:45 UTC.\ -(See Jenkins job: [folio-r3-2022-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r3-2022-release/) which starts about 02:11 UTC.). +The server is built every Sunday, to finish about 02:05 UTC.\ +(See Jenkins job: [folio-r1-2023-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2023-release/) which starts about 01:30 UTC.) ### Other notes From 7f9e3d2eca45e14df44d1bf798c84747d73cbd35 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 18 Dec 2024 15:54:05 +1100 Subject: [PATCH 2/2] Fix some broken links --- _data/repos-metadata.yml | 14 +++++++------- guides/folio-vertx-lib.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_data/repos-metadata.yml b/_data/repos-metadata.yml index 07fab5fe..1536aea3 100644 --- a/_data/repos-metadata.yml +++ b/_data/repos-metadata.yml @@ -167,31 +167,31 @@ mod-user-import: edge-common: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-commonFramework + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-common-Framework edge-oai-pmh: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-oai-pmh + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-oai-pmh edge-orders: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-orders + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-orders edge-patron: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-patron + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-patron edge-rtac: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-rtac + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-rtac edge-sip2: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-sip2 + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-sip2 edge-ncip: urlsOther: - - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-ncip + - https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-ncip stripes-smart-components: urlsOther: diff --git a/guides/folio-vertx-lib.md b/guides/folio-vertx-lib.md index 69612632..f74bdf09 100644 --- a/guides/folio-vertx-lib.md +++ b/guides/folio-vertx-lib.md @@ -8,7 +8,7 @@ menuTopTitle: Guides ## Introduction -The [FOLIO Vert.x library](https://github.com/folio-org/folio-vertx-lib) is a lightweight FOLIO module development library for Vert.x that supports OpenAPI ([OAS](/start/primer-oas/)). It is the recommended library for development of FOLIO modules with [Vert.x OpenAPI](https://vertx.io/docs/vertx-web-openapi/java/). +The [FOLIO Vert.x library](https://github.com/folio-org/folio-vertx-lib) is a lightweight FOLIO module development library for Vert.x that supports OpenAPI ([OAS](/start/primer-oas/)). It is the recommended library for development of FOLIO modules with [Vert.x OpenAPI](https://vertx.io/docs/vertx-openapi/java/). The library provides utilities such as: