diff --git a/bitbake/lib/toaster/tests/browser/test_landing_page.py b/bitbake/lib/toaster/tests/browser/test_landing_page.py index 7b4253446a..e010c59c92 100644 --- a/bitbake/lib/toaster/tests/browser/test_landing_page.py +++ b/bitbake/lib/toaster/tests/browser/test_landing_page.py @@ -80,7 +80,7 @@ class TestLandingPage(SeleniumTestCase): bitbake = jumbotron.find_element_by_link_text('BitBake') self.assertTrue(bitbake.is_displayed()) bitbake.click() - self.assertTrue("yoctoproject.org/software-item/bitbake" in self.driver.current_url) + self.assertTrue("docs.yoctoproject.org/bitbake.html" in self.driver.current_url) def test_yoctoproject_jumbotron_link_visible_and_clickable(self): """ Test Yocto Project link jumbotron is visible and clickable: """ diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html index 08b40fb2f2..22bbed695a 100644 --- a/bitbake/lib/toaster/toastergui/templates/landing.html +++ b/bitbake/lib/toaster/toastergui/templates/landing.html @@ -12,7 +12,7 @@
A web interface to OpenEmbedded and BitBake, the Yocto Project build system.
+A web interface to OpenEmbedded and BitBake, the Yocto Project build system.