Skip to content

Commit

Permalink
add std lib link to README (#4938)
Browse files Browse the repository at this point in the history
## Description
closes #4934 

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.

Co-authored-by: Joshua Batty <[email protected]>
  • Loading branch information
andrewvious and JoshuaBatty authored Aug 11, 2023
1 parent f96d7e7 commit cd566ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Sway is a language developed for the Fuel blockchain. It is heavily inspired by

For user documentation, including installing release builds, see the Sway Book: <https://fuellabs.github.io/sway/latest/>.

For Sway Standard library documentation, see: <https://fuellabs.github.io/sway/master/std/>

Also view the technical reference for the Sway programming language: <https://fuellabs.github.io/sway/master/reference/>

## Building from Source
Expand Down

0 comments on commit cd566ef

Please sign in to comment.