diff --git a/docs/001_develop/05_glossary.mdx b/docs/001_develop/05_glossary.mdx index 1d405b190..c9fd85669 100644 --- a/docs/001_develop/05_glossary.mdx +++ b/docs/001_develop/05_glossary.mdx @@ -124,9 +124,9 @@ Financial Information Exchange A protocol for sending and receiving financial information. -FIX has standard dictionaries of different messages. Typically, we use v4.4. note that some banks use earlier versions (usually 4.2) and some have already moved to 5.0. Also note that you can customise these dictionaries to create our own messages. +FIX has standard dictionaries of different messages. Typically, we use v4.4. note that some banks use earlier versions (usually 4.2) and some have already moved to 5.0. Also note that you can customize these dictionaries to create our own messages. -Genesis uses [QuickFIX](http://www.quickfixengine.org/quickfix/doc/html/?quickfix/doc/html) (open source). +Genesis uses [QuickFIX](https://www.quickfixj.org/documentation/) (open source). There is a standard FIX module that you can include in applications.