Skip to content

Commit d3b9407

Browse files
committed
updated URLs
1 parent fbed688 commit d3b9407

File tree

258 files changed

+532
-528
lines changed

Some content is hidden

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

258 files changed

+532
-528
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# https://www.appveyor.com/docs/appveyor-yml/

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# BuildKite Pipeline

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66
# vim:ts=2:sts=2:sw=2:et
77
#
8-
# https://github.com/harisekhon/devops-python-tools
8+
# https://github.com/HariSekhon/DevOps-Python-tools
99
#
1010
# License: see accompanying Hari Sekhon LICENSE file
1111
#
1212
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1313
#
14-
# https://www.linkedin.com/in/harisekhon
14+
# https://www.linkedin.com/in/HariSekhon
1515
#
1616

1717
# Master Template with more advanced config:

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# https://cirrus-ci.org/guide/writing-tasks/

.concourse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
resources:
1717
- name: github
1818
icon: github-circle
1919
type: git
2020
source:
21-
uri: https://github.com/harisekhon/devops-python-tools
21+
uri: https://github.com/HariSekhon/DevOps-Python-tools
2222
branch: master
2323
#- name: daily
2424
# type: time

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
# vim:ts=2:sts=2:sw=2:et
88
#
9-
# https://github.com/harisekhon/devops-python-tools
9+
# https://github.com/HariSekhon/DevOps-Python-tools
1010
#
1111
# License: see accompanying Hari Sekhon LICENSE file
1212
#
1313
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1414
#
15-
# https://www.linkedin.com/in/harisekhon
15+
# https://www.linkedin.com/in/HariSekhon
1616
#
1717

1818
# https://docs.drone.io/quickstart/cli/

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Hari Sekhon
44
# Date: 2015-10-31 19:04:34 +0000 (Sat, 31 Oct 2015)
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Please be specific about your issue and include debug output from running with `-v -v -v` or for shell scripts after setting `export DEBUG=1` in your shell.
22

3-
You can anonymize hostnames / FQDNs, IP / MAC addresses, Kerberos principals, email addresses and almost anything else using `anonymize.pl` or the newer `anonymize.py` available in the [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-Tools) and [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-Tools) respectively.
3+
You can anonymize hostnames / FQDNs, IP / MAC addresses, Kerberos principals, email addresses and almost anything else using `anonymize.pl` or the newer `anonymize.py` available in the [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-tools) and [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) respectively.

.github/workflows/docker_pytools_alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/docker_pytools_centos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

0 commit comments

Comments
 (0)