[bisq-network/bisq-website] Replace absolute URL references with relative URL references (#232)

Steve Jain notifications at github.com
Thu Sep 5 23:45:48 UTC 2019


m52go commented on this pull request.



> @@ -1,6 +1,6 @@
  <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top pl-md-5 pr-md-5 pl-sm-3 pr-0">
 
-    <a class="navbar-brand" href="{{ site.url }}"><img src="{{ site.url }}/images/bisq-logo.svg" height="30"/></a>
+    <a class="navbar-brand" href=""><img src="{{ site.url }}/images/bisq-logo.svg" height="30"/></a>

```suggestion
    <a class="navbar-brand" href="/"><img src="/images/bisq-logo.svg" height="30"/></a>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/232#pullrequestreview-284596856
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190905/f957b206/attachment.html>


More information about the bisq-github mailing list