diff --git a/docs/UsersGuide/guide.md b/docs/UsersGuide/guide.md index 409ac152f8e..121b89bdff3 100644 --- a/docs/UsersGuide/guide.md +++ b/docs/UsersGuide/guide.md @@ -66,15 +66,14 @@ This section is divided into three sub-sections: - [Sequencing in F´](./gds/seqgen.md) - Full Development Guides: technical details for full F´ implementations - [Configuring F´](./dev/configuring-fprime.md) - - [F´ Modeling with FPP](./user/fpp-user-guide.md) + - [v3 Migration Guide](./user/v3-migration-guide.md) - [A Tour of the Source Tree](./dev/source-tree.md) - - [F´ XML Specifications](./dev/xml-specification.md) + - [F´ XML Specifications](./dev/xml-specification.md): - [F´ Implementation Classes](./dev/implementation.md) - [Constructing the F´ Topology](./dev/building-topology.md) - [Asserts in F´](./dev/assert.md) - [GDS Dashboard Reference](./dev/gds-dashboard-reference.md) - [Integration Test API](./dev/testAPI/user_guide.md) - - [v3 Migration Guide](./user/v3-migration-guide.md) - Advanced F´ Topics: - [F´ Python Guidelines](./dev/py-dev.md) - [Porting F´ To a New Platform](./dev/porting-guide.md) diff --git a/docs/UsersGuide/user/fpp-user-guide.md b/docs/UsersGuide/user/fpp-user-guide.md deleted file mode 100644 index 4500db24b69..00000000000 --- a/docs/UsersGuide/user/fpp-user-guide.md +++ /dev/null @@ -1,9 +0,0 @@ -# F´ Modeling: FPP User Guide - -F´ v3 introduced a new way of modeling with F´, the FPP (F Prime Prime) modeling language. The [MathComponent Tutorial](https://fprime-community.github.io/fprime-tutorial-math-component/) is a good introduction to FPP. - -To go into more detail, the full FPP documentation can be found here: [FPP Wiki](https://github.com/fprime-community/fpp/wiki). - -**Quick links:** -- [FPP User Guide](https://fprime-community.github.io/fpp/fpp-users-guide.html) -- [FPP Language Specification](https://fprime-community.github.io/fpp/fpp-spec.html)