nuxt-modules / ngrok

ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes
https://ngrok.nuxtjs.org/
68 stars 13 forks source link

docs: Use https:// before ngrok.com #8

Closed RubenVanEldik closed 3 years ago

RubenVanEldik commented 3 years ago

This way it is not a relative link anymore

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (6e3addd) into main (f6be2ca) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files           1        1           
  Lines          18       18           
  Branches        4        4           
=======================================
  Hits           16       16           
  Misses          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f6be2ca...6e3addd. Read the comment docs.

debs-obrien commented 3 years ago

nice catch. thanks