Skip to content

Commit 4a29be5

Browse files
committed
Update specification links
Signed-off-by: lornakelly <lornakelly88@gmail.com>
1 parent eee05f4 commit 4a29be5

8 files changed

Lines changed: 13 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Thank you for your interest in contributing to the Open Workflow Editor! We welcome all types of contributions, including bug reports, feature requests, documentation improvements, and code changes.
2020

21-
This project is the official, vendor-neutral visual editor for the [Open Workflow Specification](https://github.com/serverlessworkflow/specification).
21+
This project is the official, vendor-neutral visual editor for the [Open Workflow Specification](https://github.com/open-workflow-specification/specification).
2222

2323
---
2424

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
# Governance
1818

19-
The Open Workflow Editor is a sub-project of the [Open Workflow Specification](https://github.com/serverlessworkflow/specification).
19+
The Open Workflow Editor is a sub-project of the [Open Workflow Specification](https://github.com/open-workflow-specification/specification).
2020

2121
As a CNCF project, we strictly follow the governance model, roles, and decision-making processes defined in the parent repository.
2222

2323
Please refer to the primary governance document for details on contributor roles, maintainer appointments, and project policies:
2424

25-
👉 **[Open Workflow Specification Governance](https://github.com/serverlessworkflow/specification/blob/main/GOVERNANCE.md)**
25+
👉 **[Open Workflow Specification Governance](https://github.com/open-workflow-specification/specification/blob/main/GOVERNANCE.md)**
2626

2727
---
2828

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# editor
1818

19-
The official **vendor-neutral visual editor** for the [Open Workflow Specification](https://github.com/serverlessworkflow/specification).
19+
The official **vendor-neutral visual editor** for the [Open Workflow Specification](https://github.com/open-workflow-specification/specification).
2020

2121
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2222
[![CNCF Sandbox](https://img.shields.io/badge/CNCF-Sandbox-informational)](https://www.cncf.io/projects/serverless-workflow/)
@@ -231,5 +231,5 @@ This project is licensed under the [Apache License 2.0](LICENSE).
231231

232232
## Related Projects
233233

234-
- [Open Workflow Specification](https://github.com/serverlessworkflow/specification)
234+
- [Open Workflow Specification](https://github.com/open-workflow-specification/specification)
235235
- [Open Workflow SDK (TypeScript)](https://github.com/serverlessworkflow/sdk-typescript)

adr/adr-shared-workflow-editor-post-mvp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Status:** Proposed
2020

21-
> This ADR sets out the **post-MVP roadmap** for the Open Workflow editor - how it grows from the existing read-only viewer into a full visual authoring tool. The MVP (read-only visualisation) is covered by the prior [ADR](https://github.com/serverlessworkflow/specification/blob/main/adr/v1.0-adr-shared-workflow-editor.md) and assumed here as the starting point.
21+
> This ADR sets out the **post-MVP roadmap** for the Open Workflow editor - how it grows from the existing read-only viewer into a full visual authoring tool. The MVP (read-only visualisation) is covered by the prior [ADR](https://github.com/open-workflow-specification/specification/blob/main/adr/v1.0-adr-shared-workflow-editor.md) and assumed here as the starting point.
2222
2323
## Purpose
2424

@@ -95,5 +95,5 @@ The same shared package is embedded into target tools. This work is **self-conta
9595

9696
## References
9797

98-
- [Prior MVP ADR](https://github.com/serverlessworkflow/specification/blob/main/adr/v1.0-adr-shared-workflow-editor.md)
99-
- [Open Workflow specification](https://github.com/serverlessworkflow/specification)
98+
- [Prior MVP ADR](https://github.com/open-workflow-specification/specification/blob/main/adr/v1.0-adr-shared-workflow-editor.md)
99+
- [Open Workflow specification](https://github.com/open-workflow-specification/specification)

packages/i18n/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2121
See the License for the specific language governing permissions and
2222
limitations under the License.
23+
24+
https://github.com/serverlessworkflow/sdk-java/blob/0c96a26482365ed3a90101c36d59c40e35c74a6c/mermaid/src/main/java/io/serverlessworkflow/mermaid/MermaidGraph.java#L71
2325
-->

packages/open-workflow-diagram-editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# @openworkflowspec/diagram-editor
1818

19-
Official visual diagram editor for the [Open Workflow Specification](https://github.com/serverlessworkflow/specification). A vendor-neutral, embeddable React component with strict separation between core logic and platform APIs.
19+
Official visual diagram editor for the [Open Workflow Specification](https://github.com/open-workflow-specification/specification). A vendor-neutral, embeddable React component with strict separation between core logic and platform APIs.
2020

2121
## Getting Started
2222

packages/open-workflow-diagram-editor/stories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ The following features have been identified as potential additions for future it
7474
## Resources
7575

7676
- [Storybook Documentation](https://storybook.js.org/docs/)
77-
- [Open Workflow Specification](https://github.com/serverlessworkflow/specification)
77+
- [Open Workflow Specification](https://github.com/open-workflow-specification/specification)
7878
- [TypeScript SDK](https://github.com/serverlessworkflow/sdk-typescript)

packages/open-workflow-diagram-editor/stories/examples/Overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Meta } from "@storybook/addon-docs/blocks";
2020

2121
# Examples
2222

23-
This section showcases workflow examples from the [Open Workflow Specification](https://github.com/serverlessworkflow/specification/tree/main/examples).
23+
This section showcases workflow examples from the [Open Workflow Specification](https://github.com/open-workflow-specification/specification/tree/main/examples).
2424

2525
Each example demonstrates different workflow patterns and capabilities supported by the diagram editor.
2626

0 commit comments

Comments
 (0)