diff --git a/docs/features_dcd.md b/docs/features_dcd.md
index fd694f7a..82aa8527 100644
--- a/docs/features_dcd.md
+++ b/docs/features_dcd.md
@@ -25,9 +25,7 @@ The D Completion Daemon (DCD) is used to accomplish IDE-grade features such as
_DCD_ is a third part software, it's bundled in the archives distributed for each new [release](https://github.com/BBasile/Coedit/releases).
However, _DCD_ may have to be build manually, for example if a new version is released while _Coedit_ development is paused for a while.
-Visit the product [homepage](https://github.com/Hackerpilot/DCD) for more information.
-Note that since version 2 update 5, Coedit uses an experimental features that's not merged in the official repository.
-If you wish to test it you must build [this fork](https://github.com/BBasile/DCD/tree/reboot-localusage), after checking out the right feature branch.
+Visit the product [homepage](https://github.com/dlang-community/DCD) for more information.
Once DCD build or extracted from the release archive, copy the two programs (_dcd-client_ and _dcd-server_) to the folder where the Coedit executable stands.
They can be put elsewhere, as long as the target directory is a known operating system PATH.
@@ -36,7 +34,7 @@ They can be put elsewhere, as long as the target directory is a known operating
In _Coedit_, _DCD_ relies on the [compilers paths](options_compilers_paths), on the [library manager](widgets_library_manager) entries and on the project parameters. When the [_libman_](widgets_library_manager) is empty then the scope of DCD is limited to the symbols of current module, of the current project sources and of the standard library, that's why it necessary to register the development libraries used in the _libman_.
-_DCD_ also has its own configuration system. Refer to the official [Readme](https://github.com/Hackerpilot/DCD#configuration-files).
+_DCD_ also has its own configuration system. Refer to the official [Readme](https://github.com/dlang-community/DCD#configuration-files).
#### Initialization
diff --git a/docs/widgets_dfmt_commander.md b/docs/widgets_dfmt_commander.md
index 260ca143..cf689a6b 100644
--- a/docs/widgets_dfmt_commander.md
+++ b/docs/widgets_dfmt_commander.md
@@ -10,13 +10,13 @@ title: Widgets - DFMT commander
### DFMT commander
-The _Dfmt commander_ widget is a simple but complete interface for the D source code formater [Dfmt](https://github.com/Hackerpilot/dfmt).
+The _Dfmt commander_ widget is a simple but complete interface for the D source code formater [Dfmt](https://github.com/dlang-community/dfmt).
The background tool has to be build and installed in one of the _PATH_ known by the operating system.

A property inspector allows to tweak the format.
-See the [official documentation](https://github.com/Hackerpilot/dfmt#configuration) to learn more about the options.
+See the [official documentation](https://github.com/dlang-community/dfmt#configuration) to learn more about the options.
-
: apply the formatting. The editor state is backed up before each formatting.
-
: restore the previous backup.