Skip to content

Commit

Permalink
Fix Backend link in iced_glow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 30, 2020
1 parent 6cb9057 commit 05750bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glow/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct Backend {
impl Backend {
/// Creates a new [`Backend`].
///
/// [`Backend`]: struct.Renderer.html
/// [`Backend`]: struct.Backend.html
pub fn new(gl: &glow::Context, settings: Settings) -> Self {
let text_pipeline = text::Pipeline::new(gl, settings.default_font);
let quad_pipeline = quad::Pipeline::new(gl);
Expand Down

0 comments on commit 05750bf

Please sign in to comment.