Remove broken links to personal blog 73/108473/1
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 17 Oct 2023 11:38:08 +0000 (13:38 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 17 Oct 2023 11:40:45 +0000 (13:40 +0200)
Remove broken links to personal blog of former developer.
http://blog2.vorburger.ch is no more working.

Change-Id: I194cf809d8c27f2ec042eb20ccb1ada1f0819b33
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
docs/developer-guides/odl-parent-developer-guide.rst

index ce7e9dc913751bb72de0f723b7d6594ecd904a23..abf76c2ec0d43bb9f4000a7d95eda4870d29e8fc 100644 (file)
@@ -73,16 +73,12 @@ It also defines two profiles which help during development:
 
 -  ``q`` (``-Pq``), the quick profile, which disables tests, code
    coverage, Javadoc generation, code analysis, etc. — anything which
-   is not necessary to build the bundles and features (see `this blog
-   post <http://blog2.vorburger.ch/2016/06/improve-maven-build-speed-with-q.html>`__
-   for details);
+   is not necessary to build the bundles and features;
 
 -  ``addInstallRepositoryPath``
    (``-DaddInstallRepositoryPath=…/karaf/system``) which can be used to
    drop a bundle in the appropriate Karaf location, to enable
-   hot-reloading of bundles during development (see `this blog
-   post <http://blog2.vorburger.ch/2016/06/maven-install-into-additional.html>`__
-   for details).
+   hot-reloading of bundles during development.
 
 For modules which don’t produce any useful artifacts (*e.g.* aggregator
 POMs), you should add the following to avoid processing artifacts: