Skip to content

Commit 4db9aeb

Browse files
committed
stray references to .page files
1 parent 79869c5 commit 4db9aeb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ x64
105105
*.sln
106106
install_manifest.txt
107107
.vs
108-
doc/installing.page
109108
doc/html/_images
110109
CPackConfig.cmake
111110
CPackSourceConfig.cmake

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ and the existing codes or domains are inappropriate.
5555

5656
- Add the domain to `mongoc_error_domain_t` in `src/mongoc/mongoc-error.h`
5757
- Add the code to `mongoc_error_code_t` in `src/mongoc/mongoc-error.h`
58-
- Add documentation for the domain or code to the table in `doc/mongoc_errors.page`
58+
- Add documentation for the domain or code to the table in `doc/mongoc_errors.rst`
5959

6060
### Adding a new symbol
6161

6262
This should be done rarely but there are several things that you need to do
6363
when adding a new symbol.
6464

65-
- Add documentation for the new symbol in `doc/mongoc_your_new_symbol_name.page`
65+
- Add documentation for the new symbol in `doc/mongoc_your_new_symbol_name.rst`
6666

6767
### Documentation
6868

0 commit comments

Comments
 (0)