From 753457f3059d3db9a96f9f4c67d7f3724e97478d Mon Sep 17 00:00:00 2001 From: Sham Karthik S <53367916+shamkarthik@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:05:16 +0530 Subject: [PATCH] Updated the logo in README.md (#724) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description ## Related Tickets & Documents - Related Issue #710 - Closes #710 ## Added/updated tests? - [ ] Yes - [ ] No, and this is why: _please replace this line with details on why tests have not been included_ - [ ] I need help with writing tests ## Run verifications and test - [ ] `make verify` is passing - [ ] `make test` is passing Signed-off-by: Sham Karthik S <53367916+shamkarthik@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551f3c67..4553c1fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![sourcegraph](https://sourcegraph.com/github.com/gorilla/mux/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/mux?badge) -![Gorilla Logo](https://cloud-cdn.questionable.services/gorilla-icon-64.png) +![Gorilla Logo](https://github.com/gorilla/.github/assets/53367916/d92caabf-98e0-473e-bfbf-ab554ba435e5) Package `gorilla/mux` implements a request router and dispatcher for matching incoming requests to their respective handler.