Skip to content

Commit 8e02f9e

Browse files
alcaeusjmikola
andcommitted
Apply suggestions from code review
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 0d043e7 commit 8e02f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ a 1.23.1 tag also existed at the time. The bump to libmongoc 1.23.1 was left to
182182
another PHPC ticket in the 1.15.0 milestone, which actually depended on the
183183
libmongoc changes therein.
184184

185-
### Update steps
185+
### Updating bundled libraries
186186

187187
The following steps are the same for libmongoc and libmongocrypt. When updating
188188
libmongocrypt, follow the same steps but replace `libmongoc` with
@@ -205,7 +205,7 @@ be used to change the URL, and `git submodules set-branch` can be used to point
205205
the submodule to a development branch:
206206

207207
```shell
208-
git submodules set-url src/libmongoc https://github.com<owner>/<repo>.git
208+
git submodules set-url src/libmongoc https://github.com/<owner>/<repo>.git
209209
git submodules set-branch -b <branch> src/libmongoc
210210
```
211211

@@ -288,7 +288,7 @@ script to automate this process:
288288

289289
This script will generate a purl file with our dependencies, then run the
290290
internal silkbomb tool to update the SBOM. Note that you need to have docker
291-
installed and have access to artifactory in order to run this.
291+
installed and have access to Artifactory in order to run this.
292292

293293
#### Test and commit your changes
294294

0 commit comments

Comments
 (0)