Skip to content

Commit 1353cab

Browse files
committed
rename conduit.io to conduitio.github.io
1 parent 8ea6b63 commit 1353cab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+85
-86
lines changed

.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/2024-11-08-conduit-0-12-2-release.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Conduit and pipelines, as well as bug fixes.
2727
new commands.
2828
- **Bug fixes**
2929

30-
You can install v0.12.2 with `curl https://conduit.io/install.sh | bash` or you
30+
You can install v0.12.2 with `curl https://conduitio.github.io/install.sh | bash` or you
3131
can download a binary
3232
from [here](https://github.com/ConduitIO/conduit/releases/tag/v0.12.2).

changelog/2024-11-27-conduit-0-12-3-release.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ improvements.
2020
- **Internal improvements**: More tests, dependency upgrades, and documentation
2121
updates are also in this release.
2222

23-
You can install v0.12.3 with `curl https://conduit.io/install.sh | bash` or you
23+
You can install v0.12.3 with `curl https://conduitio.github.io/install.sh | bash` or you
2424
can download a binary
2525
from [here](https://github.com/ConduitIO/conduit/releases/tag/v0.12.3).

docs/0-what-is/1-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're using a macOS or Linux system, you can install Conduit with the
2929
following command:
3030

3131
```shell
32-
$ curl https://conduit.io/install.sh | bash
32+
$ curl https://conduitio.github.io/install.sh | bash
3333
```
3434

3535
If you're not using macOS or Linux system, you can still install Conduit
@@ -88,7 +88,7 @@ pipelines:
8888
description: "This pipeline was initialized using the `conduit pipelines init` command.
8989
It is a demo pipeline that connects a source connector (generator) to a destination connector (log).
9090
The next step is to simply run `conduit run` in your terminal and you should see a new record being logged every second.
91-
Check out https://conduit.io/docs/using/pipelines/configuration-file to learn about how this file is structured."
91+
Check out https://conduitio.github.io/docs/using/pipelines/configuration-file to learn about how this file is structured."
9292
status: running
9393
name: "demo-pipeline"
9494
connectors:

docs/1-using/0-installing-and-running.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
1212
The recommended way of running Conduit on a local machine is using the latest version which you can install by running the following command:
1313

1414
```
15-
curl https://conduit.io/install.sh | bash
15+
curl https://conduitio.github.io/install.sh | bash
1616
```
1717

1818
:::info

docs/1-using/5-connectors/4-kafka-connect-connector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Now that the Kafka Connect connectors included in `lib`, we can use it in a pipe
8181

8282
1. [Install Conduit](https://github.com/ConduitIO/conduit#installation-guide).
8383
2. Create a pipeline configuration file: Create a folder called `pipelines` at the same level as your Conduit
84-
binary. Inside of that folder create a file named `jdbc-to-file.yml`, check [Specifications](https://conduit.io/docs/using/pipelines/configuration-file)
84+
binary. Inside of that folder create a file named `jdbc-to-file.yml`, check [Specifications](https://conduitio.github.io/docs/using/pipelines/configuration-file)
8585
for more details about Pipeline Configuration Files.
8686

8787
````yaml

docs/1-using/6-processors/1-builtin/avro.decode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pipelines:
4343
settings:
4444
# The field that will be decoded.
4545
# For more information about the format, see [Referencing
46-
# fields](https://conduit.io/docs/using/processors/referencing-fields).
46+
# fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
4747
# Type: string
4848
field: ".Payload.After"
4949
# Whether to decode the record key using its corresponding schema from
@@ -79,7 +79,7 @@ pipelines:
7979
<td>
8080
The field that will be decoded.
8181

82-
For more information about the format, see [Referencing fields](https://conduit.io/docs/using/processors/referencing-fields).
82+
For more information about the format, see [Referencing fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
8383
</td>
8484
</tr>
8585
<tr>

docs/1-using/6-processors/1-builtin/avro.encode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipelines:
5656
settings:
5757
# The field that will be encoded.
5858
# For more information about the format, see [Referencing
59-
# fields](https://conduit.io/docs/using/processors/referencing-fields).
59+
# fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
6060
# Type: string
6161
field: ".Payload.After"
6262
# The subject name under which the inferred schema will be registered
@@ -116,7 +116,7 @@ pipelines:
116116
<td>
117117
The field that will be encoded.
118118

119-
For more information about the format, see [Referencing fields](https://conduit.io/docs/using/processors/referencing-fields).
119+
For more information about the format, see [Referencing fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
120120
</td>
121121
</tr>
122122
<tr>

docs/1-using/6-processors/1-builtin/base64.decode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipelines:
3838
# Field is the reference to the target field. Note that it is not
3939
# allowed to base64 decode the `.Position` field.
4040
# For more information about the format, see [Referencing
41-
# fields](https://conduit.io/docs/using/processors/referencing-fields).
41+
# fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
4242
# Type: string
4343
field: ""
4444
# Whether to decode the record key using its corresponding schema from
@@ -75,7 +75,7 @@ pipelines:
7575
Field is the reference to the target field. Note that it is not allowed to
7676
base64 decode the `.Position` field.
7777

78-
For more information about the format, see [Referencing fields](https://conduit.io/docs/using/processors/referencing-fields).
78+
For more information about the format, see [Referencing fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
7979
</td>
8080
</tr>
8181
<tr>

docs/1-using/6-processors/1-builtin/base64.encode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipelines:
4040
# Field is a reference to the target field. Note that it is not
4141
# allowed to base64 encode the `.Position` field.
4242
# For more information about the format, see [Referencing
43-
# fields](https://conduit.io/docs/using/processors/referencing-fields).
43+
# fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
4444
# Type: string
4545
field: ""
4646
# Whether to decode the record key using its corresponding schema from
@@ -77,7 +77,7 @@ pipelines:
7777
Field is a reference to the target field. Note that it is not allowed to
7878
base64 encode the `.Position` field.
7979

80-
For more information about the format, see [Referencing fields](https://conduit.io/docs/using/processors/referencing-fields).
80+
For more information about the format, see [Referencing fields](https://conduitio.github.io/docs/using/processors/referencing-fields).
8181
</td>
8282
</tr>
8383
<tr>

0 commit comments

Comments
 (0)