update readme and several links trelated to new manual location

This commit is contained in:
Basile Burg 2020-03-04 17:18:24 +01:00
parent 398e09e259
commit e3b456e8c4
3 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https://dlang.org), its compilers, tools and libraries.
<!-- [![](https://basile-z.github.io/dexed/img/coedit_kde4_thumb.png)](https://basile-z.github.io/dexed/img/coedit_kde4.png) -->
[![](https://basile.b.gitlab.io/dexed/img/coedit_kde4_thumb.png)](https://basile.b.gitlab.io/dexed/img/coedit_kde4.png)
## Overview
@ -28,10 +28,11 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
- :scroll: licensed under the terms of the Boost software license.
- :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
<!--
## Download version 3.7.10
***coming soon...***
<!--
Download the zipped binaries or the zip that contains the setup program for you platform:
- :package: [setup program for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.10/dexed.3.7.10.linux64.setup.zip)
@ -44,12 +45,11 @@ Download the zipped binaries or the zip that contains the setup program for you
The _zip_ archives allow to move freely the files.
The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention.
The _deb_ and the _rpm_ packages are for those who prefer the official setup system of their linux systems.
FreeBSD (all archs), Linux (32 bit) and Windows (32 bit) versions must be [built manually](https://basile-z.github.io/dexed/build.html).
FreeBSD (all archs), Linux (32 bit) and Windows (32 bit) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html).
[**See this page**](https://basile-z.github.io/dexed/setup.html) for more information about the setup.
-->
## Building
Follow the procedure described [**here**](https://basile-z.github.io/dexed/build.html).
-->
Follow the procedure described [**here**](https://basile.b.gitlab.io/dexed/build.html).

View File

@ -1,17 +1,17 @@
object MainForm: TMainForm
Left = 383
Height = 35
Height = 34
Top = 610
Width = 687
Width = 673
AllowDropFiles = True
Caption = 'Dexed'
DesignTimePPI = 94
Menu = mainMenu
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnDropFiles = FormDropFiles
OnResize = FormResize
ShowHint = True
LCLVersion = '2.0.6.0'
object mainMenu: TMainMenu
top = 1
object MenuItem1: TMenuItem
@ -413,7 +413,7 @@ object MainForm: TMainForm
end
end
object Actions: TActionList
left = 32
left = 31
top = 1
object actEdCopy: TAction
Category = 'Edit'
@ -857,7 +857,7 @@ object MainForm: TMainForm
object ApplicationProperties1: TApplicationProperties
OnActivate = ApplicationProperties1Activate
OnException = ApplicationProperties1Exception
left = 64
left = 63
top = 1
end
end

View File

@ -2124,7 +2124,7 @@ end;
procedure TMainForm.mnuItemManualClick(Sender: TObject);
begin
OpenURL('https://Basile-z.github.io/dexed/');
OpenURL('https://basile.b.gitlab.io/dexed/);
end;
destructor TMainForm.destroy;