Skip to content

Commit 673cdbe

Browse files
committed
chore: more updates
1 parent edcd43f commit 673cdbe

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ file:///path/to/
3838

3939
# GitHub URLs for this repository (will be checked differently)
4040
# Exclude to avoid checking during development
41-
# https://github.com/metanorma/postscript-guide
41+
# https://github.com/claricle/postscript-guide
4242

4343
# Template/placeholder patterns in examples
4444
PLACEHOLDER

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= PostScript Language Guide
22

3-
image:https://img.shields.io/github/license/metanorma/postscript-guide.svg[License]
4-
image:https://img.shields.io/github/actions/workflow/status/metanorma/postscript-guide/pages.yml?branch=main[Build Status]
3+
image:https://img.shields.io/github/license/claricle/postscript-guide.svg[License]
4+
image:https://img.shields.io/github/actions/workflow/status/claricle/postscript-guide/pages.yml?branch=main[Build Status]
55

66
== Purpose
77

@@ -15,7 +15,7 @@ accessible, well-organized resource for developers, designers, and anyone
1515
working with PostScript.
1616

1717
The documentation is deployed at:
18-
https://metanorma.github.io/postscript-guide/
18+
https://claricle.github.io/postscript-guide/
1919

2020
== Features
2121

@@ -46,7 +46,7 @@ Clone the repository:
4646

4747
[source,bash]
4848
----
49-
git clone https://github.com/metanorma/postscript-guide.git
49+
git clone https://github.com/claricle/postscript-guide.git
5050
cd postscript-guide
5151
----
5252

@@ -219,7 +219,7 @@ Reference Guide.
219219
[[reporting-issues]]
220220
=== Reporting issues
221221

222-
* Use the https://github.com/metanorma/postscript-guide/issues[GitHub Issues]
222+
* Use the https://github.com/claricle/postscript-guide/issues[GitHub Issues]
223223
page
224224
* Provide clear descriptions of errors or missing content
225225
* Include specific examples when possible
@@ -289,8 +289,8 @@ for details.
289289
[[support]]
290290
== Support
291291

292-
Documentation:: https://metanorma.github.io/postscript-guide/
292+
Documentation:: https://claricle.github.io/postscript-guide/
293293

294-
Issues:: https://github.com/metanorma/postscript-guide/issues
294+
Issues:: https://github.com/claricle/postscript-guide/issues
295295

296-
Discussions:: https://github.com/metanorma/postscript-guide/discussions
296+
Discussions:: https://github.com/claricle/postscript-guide/discussions

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
title: "PostScript Language Guide"
22
description: "Comprehensive documentation for the PostScript programming language, covering operators, syntax, and practical usage examples"
33
# baseurl: "/postscript-guide"
4-
url: "https://metanorma.github.io"
4+
url: "https://claricle.github.io"
55

66
# Repository
7-
repository: metanorma/postscript-guide
7+
repository: claricle/postscript-guide
88

99
# Theme configuration
1010
theme: just-the-docs
@@ -47,9 +47,9 @@ nav_fold: true
4747
# External links
4848
aux_links:
4949
"Source":
50-
- "https://github.com/metanorma/postscript-guide"
50+
- "https://github.com/claricle/postscript-guide"
5151
"Report Issues":
52-
- "https://github.com/metanorma/postscript-guide/issues"
52+
- "https://github.com/claricle/postscript-guide/issues"
5353
"Adobe PostScript Language Reference Manual":
5454
- "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
5555

@@ -63,7 +63,7 @@ back_to_top_text: "Back to top"
6363
heading_anchors: true
6464

6565
# Footer
66-
footer_content: "Copyright &copy; 2025 Metanorma. PostScript is a trademark of Adobe. Distributed under the <a href=\"https://github.com/metanorma/postscript-guide/blob/main/LICENSE\">MIT License</a>."
66+
footer_content: "Copyright &copy; 2025 Ribose. PostScript is a trademark of Adobe. Distributed under the <a href=\"https://github.com/claricle/postscript-guide/blob/main/LICENSE\">MIT License</a>."
6767

6868
# Collections
6969
collections:

docs/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ showpage % Output the page
199199

200200
== Contributing
201201

202-
This documentation is open source and welcomes contributions. See our https://github.com/metanorma/postscript-guide[GitHub repository] for:
202+
This documentation is open source and welcomes contributions. See our https://github.com/claricle/postscript-guide[GitHub repository] for:
203203

204204
* Reporting errors or omissions
205205
* Suggesting improvements
@@ -209,4 +209,4 @@ This documentation is open source and welcomes contributions. See our https://gi
209209
---
210210

211211
[.text-center]
212-
_This reference guide is maintained by the Metanorma community._
212+
_This reference guide is maintained by the Claricle community._

index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ showpage % Output the page
199199

200200
== Contributing
201201

202-
This documentation is open source and welcomes contributions. See our https://github.com/metanorma/postscript-guide[GitHub repository] for:
202+
This documentation is open source and welcomes contributions. See our https://github.com/claricle/postscript-guide[GitHub repository] for:
203203

204204
* Reporting errors or omissions
205205
* Suggesting improvements
@@ -209,4 +209,4 @@ This documentation is open source and welcomes contributions. See our https://gi
209209
---
210210

211211
[.text-center]
212-
_This reference guide is maintained by the Metanorma community._
212+
_This reference guide is maintained by the Claricle community._

0 commit comments

Comments
 (0)