diff --git a/docs/src/api.md b/docs/src/api.md index 9a9c39f559..386891ec6a 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -1,4 +1,4 @@ -# [**10.** API Reference](@id API-Reference) +# [**9.** API Reference](@id API-Reference) This section describes the function interface, or "API mode" for interacting with Pkg.jl. The function API is recommended diff --git a/docs/src/glossary.md b/docs/src/glossary.md index 157a743b46..92d8bbcafb 100644 --- a/docs/src/glossary.md +++ b/docs/src/glossary.md @@ -1,4 +1,4 @@ -# **9.** Glossary +# **8.** Glossary **Project:** a source tree with a standard layout, including a `src` directory for the main body of Julia code, a `test` directory for testing the project,