diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d7d95f95..fe34d5a5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/docs/05_deploy-docker.md b/docs/05_deploy-docker.md index 881e16b43..5e9a7fa5d 100644 --- a/docs/05_deploy-docker.md +++ b/docs/05_deploy-docker.md @@ -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 @@ -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 diff --git a/docs/06_extend-cli.md b/docs/06_extend-cli.md index e5f93cfd6..a5325119f 100644 --- a/docs/06_extend-cli.md +++ b/docs/06_extend-cli.md @@ -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. @@ -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 ``` diff --git a/docs/09_get-help.md b/docs/09_get-help.md index 077f0b62f..0104f6810 100644 --- a/docs/09_get-help.md +++ b/docs/09_get-help.md @@ -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 [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org) diff --git a/website-v2/versioned_docs/version-0.95.0/05_deploy-docker.md b/website-v2/versioned_docs/version-0.95.0/05_deploy-docker.md index 881e16b43..5e9a7fa5d 100644 --- a/website-v2/versioned_docs/version-0.95.0/05_deploy-docker.md +++ b/website-v2/versioned_docs/version-0.95.0/05_deploy-docker.md @@ -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 @@ -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 diff --git a/website-v2/versioned_docs/version-0.95.0/06_extend-cli.md b/website-v2/versioned_docs/version-0.95.0/06_extend-cli.md index e5f93cfd6..a5325119f 100644 --- a/website-v2/versioned_docs/version-0.95.0/06_extend-cli.md +++ b/website-v2/versioned_docs/version-0.95.0/06_extend-cli.md @@ -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. @@ -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 ``` diff --git a/website-v2/versioned_docs/version-0.95.0/09_get-help.md b/website-v2/versioned_docs/version-0.95.0/09_get-help.md index 077f0b62f..0104f6810 100644 --- a/website-v2/versioned_docs/version-0.95.0/09_get-help.md +++ b/website-v2/versioned_docs/version-0.95.0/09_get-help.md @@ -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 [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org)