From 79c8a4f56659324c6c651cdf0c34bac45bd04f6b Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Thu, 1 Jan 2015 21:35:41 +0100 Subject: [PATCH] fixed hostname in url --- docs/sources/installation/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/runtime.md b/docs/sources/installation/runtime.md index a27bb16a4769f..f70ba05766970 100644 --- a/docs/sources/installation/runtime.md +++ b/docs/sources/installation/runtime.md @@ -27,4 +27,4 @@ If you want to use openHAB 1.x add-ons with openHAB 2, please refer to the [comp ## Starting the runtime -Once you have configured your runtime, you can simply start openHAB by calling `start.sh` resp. `start.bat` on Windows. Point your browser to http://:8080 and off you go! +Once you have configured your runtime, you can simply start openHAB by calling `start.sh` resp. `start.bat` on Windows. Point your browser to ```http://:8080``` and off you go!