From 5e41ec415ef3bc8373c547813900f646253e230f Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 8 Jan 2026 11:03:33 +0100 Subject: [PATCH] Update aboutqetdialog.cpp --- sources/ui/aboutqetdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/aboutqetdialog.cpp b/sources/ui/aboutqetdialog.cpp index d0cf135c5..4af7cdd97 100644 --- a/sources/ui/aboutqetdialog.cpp +++ b/sources/ui/aboutqetdialog.cpp @@ -178,7 +178,7 @@ void AboutQETDialog::setAnnexProject() addLibrary(ui->m_annex_project_label, tr("Générateur d'élément lambda", "Lambda element generator"), "https://github.com/asnigma/qet_gen_element"); addLibrary(ui->m_annex_project_label, tr("Convertisseur d'élément DXF", "Dxf2elmt"), - "https://github.com/antonioaja/dxf2elmt"); + "https://github.com/Vadoola/dxf2elmt"); addLibrary(ui->m_annex_project_label, tr("Outil de traduction d'éléments", "Qet_translate"), "https://qelectrotech.org/forum/viewtopic.php?pid=16027#p16027");