From 05750bf1863f8a6d2b797c4c482cd38dc45d7aeb Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sat, 30 May 2020 03:05:12 +0200
Subject: Fix `Backend` link in `iced_glow` docs

---
 glow/src/backend.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glow/src/backend.rs b/glow/src/backend.rs
index a54dce79..7939311c 100644
--- a/glow/src/backend.rs
+++ b/glow/src/backend.rs
@@ -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);
-- 
cgit