You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: README links to mantle.dvflw.co, GitHub target="_blank", deprecated CSS
- README doc links now point to https://mantle.dvflw.co/docs/*
- GitHub external links get target="_blank" rel="noopener"
- word-break: break-word → overflow-wrap: anywhere (deprecated property)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ steps:
50
50
- **Checkpoint and Resume** -- Steps checkpoint to Postgres after completion. Crash mid-workflow? Restart picks up from the last completed step.
51
51
- **Secrets as Opaque Handles** -- Credentials are AES-256-GCM encrypted at rest and resolved at connector invocation time. Never exposed in expressions, logs, or step outputs.
52
52
53
-
[How Mantle compares to Temporal, n8n, LangChain, Airflow, and others.](/docs/comparison)
53
+
[How Mantle compares to Temporal, n8n, LangChain, Airflow, and others.](https://mantle.dvflw.co/docs/comparison)
17 example workflows are included in [`examples/`](examples/). See the [Getting Started guide](/docs/getting-started) for a full walkthrough.
72
+
17 example workflows are included in [`examples/`](examples/). See the [Getting Started guide](https://mantle.dvflw.co/docs/getting-started) for a full walkthrough.
Need something else? Write a [plugin](/docs/plugins). Any executable that reads JSON from stdin and writes JSON to stdout -- Python, Rust, Node, Bash.
88
+
Need something else? Write a [plugin](https://mantle.dvflw.co/docs/plugins). Any executable that reads JSON from stdin and writes JSON to stdout -- Python, Rust, Node, Bash.
89
89
90
90
## CLI Reference
91
91
@@ -132,7 +132,7 @@ Need something else? Write a [plugin](/docs/plugins). Any executable that reads
132
132
| `mantle cleanup` | Clean up old executions and artifacts |
133
133
| `mantle version` | Print version info |
134
134
135
-
See the [CLI Reference](/docs/cli-reference) for full usage and flags.
135
+
See the [CLI Reference](https://mantle.dvflw.co/docs/cli-reference) for full usage and flags.
136
136
137
137
## Configuration
138
138
@@ -204,7 +204,7 @@ make clean # Remove built binary
204
204
205
205
## Contributing
206
206
207
-
Contributions are welcome. Please open an issue first to discuss what you want to change. See the [Contributing guide](/docs/contributing) for details.
207
+
Contributions are welcome. Please open an issue first to discuss what you want to change. See the [Contributing guide](https://mantle.dvflw.co/docs/contributing) for details.
0 commit comments