Skip to content

Commit

Permalink
Update troubleshooting link (#1030)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Aug 6, 2024
1 parent 450c940 commit ea3ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ bool Ogre2RenderEngine::InitImpl()
{
gzerr << "Failed to initialize render-engine" << std::endl;
gzerr << "Please see the troubleshooting page for possible fixes: "
<< "https://gazebosim.org/docs/fortress/troubleshooting"
<< "https://gazebosim.org/docs/latest/troubleshooting"
<< std::endl;
return false;
}
Expand Down

0 comments on commit ea3ff7d

Please sign in to comment.