Skip to content

Commit b2ec74b

Browse files
authored
Merge pull request #169 from unixorn/fix-saltstack-link
Update saltstack link
2 parents 615465e + f781ddb commit b2ec74b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.pre-commit-config.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
repos:
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v4.6.0
5+
hooks:
6+
- id: check-added-large-files
7+
- id: check-executables-have-shebangs
8+
- id: check-merge-conflict
9+
- id: check-shebang-scripts-are-executable
10+
- id: check-symlinks
11+
- id: check-yaml
12+
- id: debug-statements
13+
- id: end-of-file-fixer
14+
- id: forbid-submodules
15+
- id: mixed-line-ending
16+
- id: trailing-whitespace
17+
18+
- repo: https://github.com/igorshubovych/markdownlint-cli
19+
rev: v0.42.0
20+
hooks:
21+
- id: markdownlint-fix
22+
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]

README.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ There are several good options:
281281
- [CFEngine](https://cfengine.com) has been in continuous development since 1993. Unlike some of its peers on this list, it is written in C and is built with speed and scalability in mind. It should be considered for very, very large systems and for very small (think embedded) systems.
282282
- [Chef](http://www.opscode.com/chef/) is written in Ruby and Erlang and uses a Ruby DSL to describe system configuration.
283283
- [Puppet](http://puppetlabs.com/) makes it easy to automate the provisioning, configuration and ongoing management of your machines and the software running on them. Make rapid, repeatable changes and automatically enforce the consistency of systems and devices – across physical and virtual machines, on premise or in the cloud.
284-
- [Salt](http://www.saltstack.com/) orchestrates the build and ongoing management of your infrastructure.
284+
- [Salt](http://saltproject.io/) orchestrates the build and ongoing management of your infrastructure.
285285

286286
### Container Tooling
287287

0 commit comments

Comments
 (0)