This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 493cd543cb Fix version order of older releases
493cd543cb is described below

commit 493cd543cb21a7319d2364bf2570fd94f6718f95
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Nov 25 11:49:35 2024 +0100

    Fix version order of older releases
---
 docs/documentation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/documentation.md b/docs/documentation.md
index a283fc32b0..ec329d9de3 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -5,8 +5,8 @@
     -   [master (development)](/master/)
     -   [master - PDF](Mynewt.pdf)
 -   Earlier versions:
-    -   [1.11.0](/v1_11_0/)
     -   [1.12.0](/v1_12_0/)
+    -   [1.11.0](/v1_11_0/)
     -   [1.10.0](/v1_10_0/)
     -   [1.9.0](/v1_9_0/)
     -   [1.8.0](/v1_8_0/)

Reply via email to