diff --git a/doc/en/Developer/Development_track.md b/doc/en/Developer/Development_track.md index f7bd04e7d28..8d263570504 100644 --- a/doc/en/Developer/Development_track.md +++ b/doc/en/Developer/Development_track.md @@ -14,7 +14,7 @@ past development history is documented on [Development history](Development_hist 4. Tag inputs with 'aria-live' is 'assertive' for better screen reader support. 5. Add an option to support the use of a [comma as the decimal separator](Syntax_numbers.md). 6. Confirm support for PHP 8.2, (fixes issue #986). -7. Add in [GeoGebra support](..//Authoring/GeoGebra.md). +7. Add in a [GeoGebra block](../Authoring/GeoGebra.md), and see [GeoGebra authoring](../Topics/GeoGebra.md). Thanks to Tim Lutz for contributing this code as part of the AuthOMath project. TODO: diff --git a/doc/en/Topics/Authoring_GeoGebra.md b/doc/en/Topics/GeoGebra.md similarity index 100% rename from doc/en/Topics/Authoring_GeoGebra.md rename to doc/en/Topics/GeoGebra.md diff --git a/doc/en/Topics/index.md b/doc/en/Topics/index.md index e549625b0cb..d5656d02cc8 100644 --- a/doc/en/Topics/index.md +++ b/doc/en/Topics/index.md @@ -4,7 +4,7 @@ This section of the STACK documentation contains information on how to author qu Current topics include: -* [GeoGebra questions](Authoring_GeoGebra.md) +* [GeoGebra questions](GeoGebra.md) * [Curve sketching](Curve_sketching.md) * [Differential equations](Differential_equations.md) * [Discrete mathematics](Discrete_mathematics.md) diff --git a/doc/meta_en.json b/doc/meta_en.json index 5244409d520..cc7e7a49634 100644 --- a/doc/meta_en.json +++ b/doc/meta_en.json @@ -994,9 +994,9 @@ "description":"Information on representing, displaying and manipulating graphs, as in graph theory rather than graph sketching." }, { - "file":"Authoring_GeoGebra.md", + "file":"GeoGebra.md", "title":"Using GeoGebra blocks in STACK questions - STACK Documentation", - "description":"How to use GeoGebra to display graphs and as a STACK input type." + "description":"How to write a minimal question useing GeoGebra as a STACK input type." }, { "file":"Levenshtein_distance.md",