Skip to content

Commit b74ea90

Browse files
Fix broken links and remove ADRs (#19)
* Fix broken links and remove ADRs Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com> * fix Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com> * fix Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com> * fix up Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com> --------- Signed-off-by: Ndacyayisenga-droid <ndacyayinoah@gmail.com>
1 parent c04f79c commit b74ea90

6 files changed

Lines changed: 6 additions & 22 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
jobs:
27-
2827
deploy-production:
2928
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3029
runs-on: ubuntu-latest
@@ -100,7 +99,7 @@ jobs:
10099
uses: actions/github-script@v8
101100
with:
102101
script: |
103-
const url = `https://openelements.github.io/hiero-enterprise-java/pr/${{ github.event.pull_request.number }}/`;
102+
const url = `https://hiero-ledger.github.io/hiero-enterprise-java/pr/${{ github.event.pull_request.number }}/`;
104103
github.rest.issues.createComment({
105104
issue_number: context.issue.number,
106105
owner: context.repo.owner,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The execution will release the current code under version 0.1.0 and later switch
206206

207207
## Documentation
208208

209-
Technical documentation (getting started, architecture, Spring/MicroProfile, managed services, ADRs) is in the **[docs](docs/)** folder and is published as [GitHub Pages](https://openelements.github.io/hiero-enterprise-java/). Pull requests that change the docs get a preview at `…/pr/<number>/`. Set **Settings → Pages → Deploy from a branch** → branch: `gh-pages`, folder: `/ (root)`.
209+
Technical documentation (getting started, architecture, Spring/MicroProfile, managed services, ADRs) is in the **[docs](docs/)** folder and is published as [GitHub Pages](https://hiero-ledger.github.io/hiero-enterprise-java/). Pull requests that change the docs get a preview at `…/pr/<number>/`. Set **Settings → Pages → Deploy from a branch** → branch: `gh-pages`, folder: `/ (root)`.
210210

211211
## License
212212

docs/adr/index.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to the docs
22

3-
This folder contains the source for the [Hiero Enterprise Java technical documentation](https://openelements.github.io/hiero-enterprise-java/) (GitHub Pages).
3+
This folder contains the source for the [Hiero Enterprise Java technical documentation](https://hiero-ledger.github.io/hiero-enterprise-java/) (GitHub Pages).
44

55
## Structure
66

@@ -10,7 +10,6 @@ This folder contains the source for the [Hiero Enterprise Java technical documen
1010
- **`spring-boot.md`** — Spring Boot integration.
1111
- **`microprofile.md`** — MicroProfile integration.
1212
- **`managed-services.md`** — Base module and managed services.
13-
- **`adr/`** — Architecture Decision Records (ADRs) in Markdown.
1413

1514
The site is built with [MkDocs](https://www.mkdocs.org/) and the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme. Configuration is in the repository root: `mkdocs.yml`.
1615

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ This site contains:
99
- **[Spring Boot](spring-boot.md)** — Spring Boot integration and usage.
1010
- **[MicroProfile](microprofile.md)** — MicroProfile / Quarkus integration and usage.
1111
- **[Base / Managed services](managed-services.md)** — Core clients and services (AccountClient, FileClient, etc.).
12-
- **[Architecture Decision Records (ADRs)](adr/index.md)** — Design decisions and their context.
1312

1413
Hiero Enterprise Java provides Java modules to interact with a [Hiero network](https://hiero.org) in Spring Boot or Eclipse MicroProfile (e.g. Quarkus) applications.
1514

1615
## Links
1716

18-
- [GitHub repository](https://github.com/OpenElements/hiero-enterprise-java)
19-
- [README / user guide](https://github.com/OpenElements/hiero-enterprise-java#readme)
17+
- [GitHub repository](https://github.com/hiero-ledger/hiero-enterprise-java)
18+
- [README / user guide](https://github.com/hiero-ledger/hiero-enterprise-java#readme)

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
site_name: Hiero Enterprise Java — Technical Documentation
55
site_description: Technical documentation for Hiero Enterprise Java (Spring & MicroProfile integrations for Hiero)
6-
site_url: https://openelements.github.io/hiero-enterprise-java/
6+
site_url: https://hiero-ledger.github.io/hiero-enterprise-java/
77

88
theme:
99
name: material
@@ -47,6 +47,4 @@ nav:
4747
- Spring Boot: spring-boot.md
4848
- MicroProfile: microprofile.md
4949
- Base / Managed services: managed-services.md
50-
- ADRs:
51-
- adr/index.md
5250
- Contributing to the docs: contributing.md

0 commit comments

Comments
 (0)