Skip to content

Commit

Permalink
chore(deps): update broken markdown links for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Jul 26, 2022
1 parent cceaf0e commit 300f9ee
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/apis-clients/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Zeebe clients use gRPC to communicate with the cluster."
[Zeebe](../components/zeebe/zeebe-overview.md) clients use [gRPC](https://grpc.io/) to communicate with the cluster.

:::note
This specification still contains references to YAML workflows. This is a [deprecated feature](./reference/announcements.md) and will eventually be removed.
This specification still contains references to YAML workflows. This is a [deprecated feature](/reference/announcements.md) and will eventually be removed.
:::

## Gateway service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Use the zeebe-test module to write JUnit tests for your job worker
You can use the `zeebe-test` module to write JUnit tests for your job worker and BPMN process. This provides a JUnit rule to bootstrap the broker and some basic assertions.

:::note
`zeebe-test` is [deprecated for removal](./reference/announcements.md).
`zeebe-test` is [deprecated for removal](/reference/announcements.md).
:::

## Usage in a Maven project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Cloud Console is the management application for the included products.
Using Cloud Console, you can do the folllowing:

- [Create](./manage-clusters/create-cluster.md) and [delete](./manage-clusters/delete-cluster.md) clusters.
- [Manage API clients](./manage-clusters/manage-api-clients.md) to interact with [Zeebe](./components/zeebe/zeebe-overview.md) and [Tasklist](./components/tasklist/introduction.md).
- [Manage API clients](./manage-clusters/manage-api-clients.md) to interact with [Zeebe](/components/zeebe/zeebe-overview.md) and [Tasklist](/components/tasklist/introduction.md).
- [Manage alerts](./manage-clusters/manage-alerts.md) to get notified when workflow errors occur.
- [Manage IP Whitelists](./manage-clusters/manage-ip-whitelists.md) to restrict access to clusters.
- [Manage](./manage-organization/organization-settings.md) your organization.
- [Cloud Console API clients (REST)](./apis-clients/cloud-console-api-reference.md) to manage clusters programmatically.
- [Cloud Console API clients (REST)](/apis-clients/cloud-console-api-reference.md) to manage clusters programmatically.

If you don't have a Camunda Cloud account yet, visit our [Getting Started Guide](../../guides/getting-started/create-camunda-cloud-account.md).
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Under this setting, members of the current organization can be managed. A user c

- **Owner**: Owner of the organization (currently limited to one user and cannot be changed by the user.)
- **Admin**: Restricted rights for user management.
- **Member**: Can manage Zeebe clusters, client, and use [Operate](./components/operate/index.md).
- **Member**: Can manage Zeebe clusters, client, and use [Operate](/components/operate/index.md).

The following table illustrates the rights of each role:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ client.newResolveIncidentCommand(incident.getKey())
When the incident is resolved, the process instance continues.

- [Operate](/components/operate/index.md)
- [APIs and Clients](./apis-clients/overview.md)
- [APIs and Clients](/apis-clients/overview.md)
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ The fact that jobs may be worked on more than once means that Zeebe is an "at le

## Next steps

- [Zeebe overview](./components/zeebe/zeebe-overview.md)
- [Zeebe overview](/components/zeebe/zeebe-overview.md)
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ A process can also have one or more [timer start events](/components/modeler/bpm

## Next steps

- [About Modeler](./components/modeler/about.md)
- [Automating a process using BPMN](./guides/automating-a-process-using-bpmn.md)
- [About Modeler](/components/modeler/about.md)
- [Automating a process using BPMN](/guides/automating-a-process-using-bpmn.md)
4 changes: 2 additions & 2 deletions versioned_docs/version-1.3/components/concepts/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ The diamond shape with the **+** marker means all outgoing paths are activated.

## Next steps

- [About Modeler](./components/modeler/about.md)
- [Automating a process using BPMN](./guides/automating-a-process-using-bpmn.md)
- [About Modeler](/components/modeler/about.md)
- [Automating a process using BPMN](/guides/automating-a-process-using-bpmn.md)
4 changes: 2 additions & 2 deletions versioned_docs/version-1.3/components/modeler/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ In this guide, we'll demonstrate modeling BPMN diagrams using both Web Modeler a

## Next steps

- [Modeling BPMN](./guides/automating-a-process-using-bpmn.md) - Learn how to quickly model an automated process using BPMN.
- [Camunda Forms](./guides/utilizing-forms.md) - Allows you to easily design and configure forms. Once configured, they can be connected to a user task or start event to implement a task form in your application.
- [Modeling BPMN](/guides/automating-a-process-using-bpmn.md) - Learn how to quickly model an automated process using BPMN.
- [Camunda Forms](/guides/utilizing-forms.md) - Allows you to easily design and configure forms. Once configured, they can be connected to a user task or start event to implement a task form in your application.
- [DMN](./dmn/dmn.md) - In DMN, decisions can be modeled and executed using the same language. Business analysts can model the rules that lead to a decision in easy to read tables, and those tables can be executed directly by a decision engine (like Camunda).
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "An overview of navigating Operate and its features"

This section and the next section, [variables and incidents](./resolve-incidents-update-variables.md), assumes you’ve deployed a process to Zeebe and created at least one process instance.

If you’re not sure how to deploy processes or create instances, visit our [getting started tutorial](./guides/getting-started/model-your-first-process.md).
If you’re not sure how to deploy processes or create instances, visit our [getting started tutorial](/guides/getting-started/model-your-first-process.md).

In the following sections, we’ll use the same [`order-process.bpmn`](https://docs.camunda.io/assets/files/order-process-2ae29e9d889a3d640464be250206d550.bpmn/) process model from the getting started tutorial.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Let's examine variable and incidents."
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

Every process instance created for the process model used in the [getting started tutorial](./guides/getting-started/model-your-first-process.md) requires an `orderValue` so the XOR gateway evaluation will happen properly.
Every process instance created for the process model used in the [getting started tutorial](/guides/getting-started/model-your-first-process.md) requires an `orderValue` so the XOR gateway evaluation will happen properly.

Let’s look at a case where `orderValue` is present and was set as a string, but our `order-process.bpmn` model required an integer to properly evaluate the `orderValue` and route the instance.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/components/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ This section contains product manual content for each component in Camunda Cloud

:::note Looking for deployment guides?

Deployment guides for Camunda Cloud components are available in the [Self-Managed section](./self-managed/overview.md).
Deployment guides for Camunda Cloud components are available in the [Self-Managed section](/self-managed/overview.md).

:::
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This section gives an overview of Zeebe's underlying technical concepts.
- [Protocols](protocols.md) - Explains how external clients communicate with Zeebe.
- [Exporters](exporters.md) - Discusses the extension point to add additional processing logic for each record in the event stream.

In addition to these sections, you may also be interested in our [Best Practices](././components/best-practices/overview.md).
In addition to these sections, you may also be interested in our [Best Practices](/components/best-practices/overview.md).
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ To execute your completed process diagram, click the blue **Deploy Diagram** but

You can now start a new process instance to initiate your process diagram. Click the blue **Start Instance** button.

You can now monitor your instances in [Operate](./components/operate/index.md). From your diagram, click the honeycomb icon button next to the Start Instance button, and **View Process Instances**. This will automatically take you to Camunda Operate to monitor your running instances.
You can now monitor your instances in [Operate](/components/operate/index.md). From your diagram, click the honeycomb icon button next to the Start Instance button, and **View Process Instances**. This will automatically take you to Camunda Operate to monitor your running instances.

You can also visit an ongoing list of user tasks required in your BPMN diagram. Click the honeycomb icon button next to the **Start Instance** button, and **View User Tasks** to automatically be taken to [Tasklist](./components/tasklist/introduction.md).
You can also visit an ongoing list of user tasks required in your BPMN diagram. Click the honeycomb icon button next to the **Start Instance** button, and **View User Tasks** to automatically be taken to [Tasklist](/components/tasklist/introduction.md).

## Additional resources and next steps

Expand All @@ -94,5 +94,5 @@ You can also visit an ongoing list of user tasks required in your BPMN diagram.
- [BPMN Engine](https://camunda.com/products/camunda-platform/bpmn-engine/)
- [Model Your First Process](./getting-started/model-your-first-process.md)
- [BPMN Reference](../components/modeler/bpmn/bpmn.md)
- [Operate](./components/operate/index.md)
- [Tasklist](./components/tasklist/introduction.md)
- [Operate](/components/operate/index.md)
- [Tasklist](/components/tasklist/introduction.md)
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ In Operate, you'll see instances ending in both end events depending on which wo

## Next steps

- [Get familiar with Operate](./components/operate/userguide/basic-operate-navigation.md)
- [Get familiar with Operate](/components/operate/userguide/basic-operate-navigation.md)
- [Setting up your first development project](./../setting-up-development-project.md)
6 changes: 3 additions & 3 deletions versioned_docs/version-1.3/guides/utilizing-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ While you can incorporate Camunda Forms solely within Camunda Cloud, you can als

### Create new form

To start building a form, log in to your [Camunda Cloud](./getting-started/create-camunda-cloud-account.md) account or open [Desktop Modeler](./components/modeler/about.md) and take the following steps:
To start building a form, log in to your [Camunda Cloud](./getting-started/create-camunda-cloud-account.md) account or open [Desktop Modeler](/components/modeler/about.md) and take the following steps:

1. Click on the **Modeler** tab at the top of the page or alternatively open the **File** menu in Desktop Modeler.
2. Open any project from your Web Modeler home view.
Expand Down Expand Up @@ -91,6 +91,6 @@ Then, open Tasklist to claim the task, fill in the form, and complete the task.

## Additional resources

- [Desktop and Web Modeler](./components/modeler/about.md)
- [Desktop and Web Modeler](/components/modeler/about.md)
- [Model your first process](./getting-started/model-your-first-process.md)
- [User task reference](./components/modeler/bpmn/user-tasks/user-tasks.md)
- [User task reference](/components/modeler/bpmn/user-tasks/user-tasks.md)
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A correlation is an attribute within a message used to match this message agains

A process cannot execute unless it is known by the broker. Deployment is the process of pushing or deploying processes to the broker.

- [Zeebe Deployment](./self-managed/overview.md)
- [Zeebe Deployment](/self-managed/overview.md)

### Event

Expand Down

0 comments on commit 300f9ee

Please sign in to comment.