# Julia-1.8.4.pdf Page 455 update required

**URL:** https://discourse.julialang.org/t/julia-1-8-4-pdf-page-455-update-required/92469
**Category:** General Usage
**Created:** [January 3, 2023, 11:12pm UTC](https://discourse.julialang.org/t/julia-1-8-4-pdf-page-455-update-required/92469 "2023-01-03T23:12:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jake](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jake/32/46007_2.png) [@Jake](https://discourse.julialang.org/u/Jake)
#### Post date: [January 3, 2023, 11:12pm UTC](https://discourse.julialang.org/t/julia-1-8-4-pdf-page-455-update-required/92469/1 "2023-01-03T23:12:17Z")

</div>

In section 37.15 Paragraph 2 the documentation should be updated from 1.0.x to 1.6.x for the current LTS version.

This is probably not the right place for this request but I don’t know the proper procedure.

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [January 4, 2023, 12:23am UTC](https://discourse.julialang.org/t/julia-1-8-4-pdf-page-455-update-required/92469/2 "2023-01-04T00:23:33Z")

</div>

Section 37.15 corresponds to

[Frequently Asked Questions · The Julia Language](https://docs.julialang.org/en/v1/manual/faq/#Do-I-want-to-use-the-Stable,-LTS,-or-nightly-version-of-Julia)?

The procedure would be to submit a git pull request to alter faq.md. However, it seems to have already been correct there.

> <https://github.com/JuliaLang/julia/blob/master/doc/src/manual/faq.md>

Thus we might need to backport the change to the 1.8 branch (pin @kristoffer.carlsson):

> <https://github.com/JuliaLang/julia/blob/release-1.8/doc/src/manual/faq.md>

You can do this by:

1. Sign in into Github
2. Navigate to [julia/faq.md at master · JuliaLang/julia · GitHub](https://github.com/JuliaLang/julia/blob/master/doc/src/manual/faq.md)
3. Click on the pencil icon or press “e”
4. Hit the green button to commit the change
5. Submit the pull request to the release-1.8 branch.
