Fix release schedule headers
[docs.git] / docs / getting-started-guide / installing_opendaylight.rst
index 20729c41aa85cc9503cf9845e577d110232bb35b..0e4743c206a98d95a44f783a8309086f4e3a6981 100644 (file)
@@ -20,7 +20,7 @@ Downloading and installing OpenDaylight
 ---------------------------------------
 
 The default distribution can be found on the OpenDaylight software
-download page: http://www.opendaylight.org/software/downloads
+download page: https://docs.opendaylight.org/en/latest/downloads.html
 
 The Karaf distribution has no features enabled by default. However, all
 of the features are available to be installed.
@@ -115,8 +115,8 @@ To list the installed Karaf features, run the following command::
 
     feature:list -i
 
-The decription of these features is in the project specific
-relase notes :ref:`proj_rel_notes` section.
+The description of these features is in the project specific
+release notes :ref:`proj_rel_notes` section.
 
 Karaf running on Windows 10
 ---------------------------
@@ -128,14 +128,14 @@ Issue occurs during installation of karaf features e.g.::
    Error executing command: Can't install feature odl-restconf/0.0.0:
    Could not start bundle mvn:org.fusesource.leveldbjni/leveldbjni-all/1.8-odl in feature(s) odl-akka-leveldb-0.7: The bundle "org.fusesource.leveldbjni.leveldbjni-all_1.8.0 [300]" could not be resolved. Reason: No match found for native code: META-INF/native/windows32/leveldbjni.dll; processor=x86; osname=Win32, META-INF/native/windows64/leveldbjni.dll; processor=x86-64; osname=Win32, META-INF/native/osx/libleveldbjni.jnilib; processor=x86; osname=macosx, META-INF/native/osx/libleveldbjni.jnilib; processor=x86-64; osname=macosx, META-INF/native/linux32/libleveldbjni.so; processor=x86; osname=Linux, META-INF/native/linux64/libleveldbjni.so; processor=x86-64; osname=Linux, META-INF/native/sunos64/amd64/libleveldbjni.so; processor=x86-64; osname=SunOS, META-INF/native/sunos64/sparcv9/libleveldbjni.so; processor=sparcv9; osname=SunOS
 
-Workaround is to add
+Workaround is to add::
 
    org.osgi.framework.os.name = Win32
 
-to the karaf file
+to the karaf file::
 
    etc/system.properties
 
 The workaround and further info are in this thread:
-http://stackoverflow.com/questions/35679852/karaf-exception-is-thrown-while-installing-org-fusesource-leveldbjni
+https://stackoverflow.com/questions/35679852/karaf-exception-is-thrown-while-installing-org-fusesource-leveldbjni