Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update broken links in current version #183

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Contributing to StreamPipes

*Before opening a pull request*, review the [Get Involved](https://streampipes.apache.org/getinvolved.html) page.
*Before opening a pull request*, review the [Get Involved](https://streampipes.apache.org/community/get-involved/) page.
It lists information that is required for contributing to StreamPipes.

When you contribute code, you affirm that the contribution is your original work and that you
Expand Down
4 changes: 2 additions & 2 deletions docs/05_deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ StreamPipes Compose is a simple collection of user-friendly `docker-compose` fil
```bash
docker-compose up -d
```
Go to http://localhost to finish the installation in the browser. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
Go to http://localhost to finish the installation in the browser. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/user-guide-tour/) to learn how to create your first pipeline!

## Prerequisites
* Docker >= 17.06.0
Expand Down Expand Up @@ -50,7 +50,7 @@ Use one of the other provided docker-compose files.
docker-compose up -d
# go to `http://localhost` after all services are started
```
After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/user-guide-tour/) to learn how to create your first pipeline!

**Stopping** the **default** option is similarly easy:
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/06_extend-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ streampipes up -d
```
Now you're good to go to write your new pipeline element :tada: :tada: :tada:

> **HINT for extensions**: Use our [Maven archetypes](https://streampipes.apache.org/docs/docs/extend-archetypes/) to set up a project skeleton and use your IDE of choice for development. However, we do recommend using IntelliJ.
> **HINT for extensions**: Use our [Maven archetypes](https://streampipes.apache.org/docs/extend-archetypes/) to set up a project skeleton and use your IDE of choice for development. However, we do recommend using IntelliJ.

> **HINT for core**: To work on `backend` or `ui` features you need to set the template to `backend` and clone the core repository [streampipes](https://github.com/apache/streampipes) - check the prerequisites there for more information.

Expand Down Expand Up @@ -149,7 +149,7 @@ As of now, this step has to be done **manually**. All environments are located i
├── backend # developing core backend features
├── basic # wanna run core, UI, connect etc from the IDE?
├── full # full version containing more pipeline elements
├── lite # few pipeline elements, less memory
├── lite # few pipeline elements, less memory
├── pipeline-element # developing new pipeline-elements
└── ui # developing UI features
```
Expand Down
2 changes: 1 addition & 1 deletion docs/09_get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Apache StreamPipes community is happy to help with any questions or problems
## Questions
Subscribe to our user mailing list to ask a question.

[Mailing Lists](https://streampipes.apache.org/mailinglists.html)
[Mailing Lists](https://streampipes.apache.org/community/mailing-lists/)

To subscribe to the user list, send an email to [[email protected]]([email protected])

Expand Down
4 changes: 2 additions & 2 deletions website-v2/versioned_docs/version-0.95.0/05_deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ StreamPipes Compose is a simple collection of user-friendly `docker-compose` fil
```bash
docker-compose up -d
```
Go to http://localhost to finish the installation in the browser. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
Go to http://localhost to finish the installation in the browser. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/user-guide-tour/) to learn how to create your first pipeline!

## Prerequisites
* Docker >= 17.06.0
Expand Down Expand Up @@ -50,7 +50,7 @@ Use one of the other provided docker-compose files.
docker-compose up -d
# go to `http://localhost` after all services are started
```
After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/user-guide-tour/) to learn how to create your first pipeline!

**Stopping** the **default** option is similarly easy:
```bash
Expand Down
4 changes: 2 additions & 2 deletions website-v2/versioned_docs/version-0.95.0/06_extend-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ streampipes up -d
```
Now you're good to go to write your new pipeline element :tada: :tada: :tada:

> **HINT for extensions**: Use our [Maven archetypes](https://streampipes.apache.org/docs/docs/extend-archetypes/) to set up a project skeleton and use your IDE of choice for development. However, we do recommend using IntelliJ.
> **HINT for extensions**: Use our [Maven archetypes](https://streampipes.apache.org/docs/extend-archetypes/) to set up a project skeleton and use your IDE of choice for development. However, we do recommend using IntelliJ.

> **HINT for core**: To work on `backend` or `ui` features you need to set the template to `backend` and clone the core repository [streampipes](https://github.com/apache/streampipes) - check the prerequisites there for more information.

Expand Down Expand Up @@ -149,7 +149,7 @@ As of now, this step has to be done **manually**. All environments are located i
├── backend # developing core backend features
├── basic # wanna run core, UI, connect etc from the IDE?
├── full # full version containing more pipeline elements
├── lite # few pipeline elements, less memory
├── lite # few pipeline elements, less memory
├── pipeline-element # developing new pipeline-elements
└── ui # developing UI features
```
Expand Down
2 changes: 1 addition & 1 deletion website-v2/versioned_docs/version-0.95.0/09_get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Apache StreamPipes community is happy to help with any questions or problems
## Questions
Subscribe to our user mailing list to ask a question.

[Mailing Lists](https://streampipes.apache.org/mailinglists.html)
[Mailing Lists](https://streampipes.apache.org/community/mailing-lists/)

To subscribe to the user list, send an email to [[email protected]]([email protected])

Expand Down
Loading