mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-26 Update Websites links
This commit is contained in:
parent
ec8590d17d
commit
ce026c227a
@ -23,19 +23,17 @@ Item {
|
||||
id: sitesModel
|
||||
ListElement { link: "http://www.librepilot.org" }
|
||||
ListElement { link: "http://wiki.openpilot.org" }
|
||||
ListElement { link: "http://www.openpilot.org/hardware/get-hardware/" }
|
||||
ListElement { link: "http://forum.librepilot.org" }
|
||||
ListElement { link: "http://github.com/librepilot" }
|
||||
ListElement { link: "http://github.com/librepilot/LibrePilot/pulls" }
|
||||
ListElement { link: "http://github.com/librepilot/LibrePilot/issues" }
|
||||
function title(index){
|
||||
if (title["text"] === undefined) {
|
||||
title.text = [
|
||||
qsTr("Home"),
|
||||
qsTr("Wiki"),
|
||||
qsTr("Store"),
|
||||
qsTr("Forums"),
|
||||
qsTr("Code Reviews"),
|
||||
qsTr("Progress Tracker")
|
||||
qsTr("Pull Requests"),
|
||||
qsTr("Progress")
|
||||
]
|
||||
}
|
||||
return title.text[index]
|
||||
|
Loading…
Reference in New Issue
Block a user