Skip to content

Commit 7d266dd

Browse files
authored
Merge pull request #19 from felixfontein/cleanup
More cleanup
2 parents 63ea848 + 8286d2d commit 7d266dd

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

content/en/docs/_index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Binaries and packages of the latest stable release are available at
2626
## Development branch
2727

2828
For the adventurous, unstable features are available in the
29-
[main]{.title-ref} branch, which you can install from source:
29+
[main](https://github.com/getsops/sops/commits/main/) branch, which you can install from source:
3030

3131
``` bash
3232
$ mkdir -p $GOPATH/src/github.com/getsops/sops/
@@ -35,7 +35,7 @@ $ cd $GOPATH/src/github.com/getsops/sops/
3535
$ make install
3636
```
3737

38-
(requires Go \>= 1.19)
38+
(requires Go >= 1.24)
3939

4040
If you don\'t have Go installed, set it up with:
4141

@@ -175,7 +175,7 @@ Given that, the only command a SOPS user needs is:
175175
$ sops edit <file>
176176
```
177177

178-
[\<file\>]{.title-ref} will be opened, decrypted, passed to a text
178+
`<file>` will be opened, decrypted, passed to a text
179179
editor (vim by default), encrypted if modified, and saved back to its
180180
original location. All of these steps, apart from the actual editing,
181181
are transparent to the user.
@@ -387,7 +387,7 @@ $ az ad sp create-for-rbac -n my-keyvault-sp
387387
}
388388
```
389389
390-
The [appId]{.title-ref} is the client ID, and the [password]{.title-ref}
390+
The `appId` is the client ID, and the `password`
391391
is the client secret.
392392
393393
Encrypting/decrypting with Azure Key Vault requires the resource
@@ -662,7 +662,7 @@ sops:
662662
663663
If no AWS profile is set, default credentials will be used.
664664
665-
Similarly the [\--aws-profile]{.title-ref} flag can be set with the
665+
Similarly the `--aws-profile` flag can be set with the
666666
command line with any of the KMS commands.
667667
668668
## Assuming roles and using KMS in various AWS accounts
@@ -2310,7 +2310,6 @@ encrypted files by hand\...
23102310
23112311
------------------------------------------------------------------------
23122312
2313-
![CNCF Sandbox Project](docs/images/cncf-color-bg.svg){width="400px"}
2313+
![CNCF Sandbox Project](/images/cncf-sandbox-horizontal-white.svg)
23142314
2315-
**We are a** [Cloud Native Computing Foundation](https://cncf.io)
2316-
**sandbox project.**
2315+
**We are a [Cloud Native Computing Foundation](https://cncf.io) sandbox project.**

0 commit comments

Comments
 (0)