Skip to content

Commit

Permalink
Using github.io URL
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Jan 23, 2025
1 parent cbb1355 commit 407b4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BmwDeepObd/BmwCodingActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public override bool OnOptionsItemSelected(IMenuItem item)
return;
}

_activityCommon.OpenWebUrl("https://github.com/uholeschak/ediabaslib/blob/master/docs/BMW_Coding.md");
_activityCommon.OpenWebUrl("https://uholeschak.github.io/ediabaslib/docs/BMW_Coding.html");
});
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion BmwDeepObd/EdiabasToolActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ public override bool OnOptionsItemSelected(IMenuItem item)
return;
}

_activityCommon.OpenWebUrl("https://github.com/uholeschak/ediabaslib/blob/master/docs/EdiabasTool.md");
_activityCommon.OpenWebUrl("https://uholeschak.github.io/ediabaslib/docs/EdiabasTool.html");
});
return true;
}
Expand Down

0 comments on commit 407b4b3

Please sign in to comment.