Skip to content

Commit 297a5d1

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 2b9aeea commit 297a5d1

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a lightweight, [Heroku-inspired](http://heroku.com) workflow.
1111
## About
1212
This is an centos7 based image for running [fluentd](http://fluentd.org). It is built for the purpose of running on a kubernetes cluster.
1313

14-
This work is based on the [docker-fluentd](https://github.com/fabric8io/docker-fluentd) and [docker-fluentd-kubernetes](https://github.com/fabric8io/docker-fluentd-kubernetes) images by the fabric8 team. This image is in with [deis](https://github.com/deis/deis) v2 to send all log data to the [logger](https://github.com/deis/logger) component.
14+
This work is based on the [docker-fluentd](https://github.com/fabric8io/docker-fluentd) and [docker-fluentd-kubernetes](https://github.com/fabric8io/docker-fluentd-kubernetes) images by the fabric8 team. This image is in with [deis](https://github.com/deisthree/deis) v2 to send all log data to the [logger](https://github.com/deisthree/logger) component.
1515

1616
## Configuration
1717

@@ -119,4 +119,4 @@ To configure your custom plugins, use either the CUSTOM_STORE_# or CUSTOM_FILTER
119119
If you need the build tools available for installing your plugin, this can be enabled with another environment variable
120120
`INSTALL_BUILD_TOOLS="true"`
121121

122-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
122+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/fluentd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fluentd
2-
home: https://github.com/deis/fluentd
2+
home: https://github.com/deisthree/fluentd
33
version: <Will be populated by the ci before publishing the chart>
44
description: Log shipping mechanism for Deis Workflow.
55
maintainers:

charts/fluentd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ output:
2424
boot:
2525
install_build_tools: false
2626

27-
# Any custom fluentd environment variables (https://github.com/deis/fluentd#configuration)
27+
# Any custom fluentd environment variables (https://github.com/deisthree/fluentd#configuration)
2828
# can be specified as key-value pairs under daemon_environment.
2929
daemon_environment:
3030
#<example-env>: <example-value>

rootfs/opt/fluentd/deis-output/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Deis Fluentd plugin
22
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
33

4-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
4+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
55

66
## About
7-
[Fluentd](http://www.fluentd.org/) is an integral part of the [Deis Workflow](https://github.com/deis/workflow) stack. It is responsible for consuming all of the log data produced by the Kuberenetes cluster. This includes the kubernetes components, Workflow components, and user deployed applications. This plugin takes that log data and will forward it to the appropriate Workflow components.
7+
[Fluentd](http://www.fluentd.org/) is an integral part of the [Deis Workflow](https://github.com/deisthree/workflow) stack. It is responsible for consuming all of the log data produced by the Kuberenetes cluster. This includes the kubernetes components, Workflow components, and user deployed applications. This plugin takes that log data and will forward it to the appropriate Workflow components.
88

99
## License
1010

rootfs/opt/fluentd/deis-output/fluent-plugin-deis_output.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
99
gem.email = ["engineering@deis.com"]
1010
gem.description = %q{Fluentd output plugin for sending data to Deis Components }
1111
gem.summary = %q{Fluentd output plugin for sending data to Deis Components}
12-
gem.homepage = "https://github.com/deis/fluentd"
12+
gem.homepage = "https://github.com/deisthree/fluentd"
1313
gem.license = "ASL2"
1414

1515
gem.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)

0 commit comments

Comments
 (0)