kuzzleio / sdk-javascript

Kuzzle Javascript SDK. High level library including multi-protocol support, offline resiliency, realtime data and more
http://docs.kuzzle.io/sdk/js/7
Apache License 2.0
39 stars 15 forks source link

Fix Bad links in the Kuzzle event documentation #695

Closed clementbolin closed 2 years ago

clementbolin commented 2 years ago

What does this PR do ?

Fix bad links in the documentation

codecov[bot] commented 2 years ago

Codecov Report

Merging #695 (d614ead) into 7-dev (c6636e3) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head d614ead differs from pull request most recent head af0db21. Consider uploading reports for the commit af0db21 to get more accurate results

@@           Coverage Diff           @@
##            7-dev     #695   +/-   ##
=======================================
  Coverage   83.47%   83.48%           
=======================================
  Files          45       45           
  Lines        2094     2095    +1     
  Branches      370      370           
=======================================
+ Hits         1748     1749    +1     
  Misses        268      268           
  Partials       78       78           
Impacted Files Coverage Δ
src/KuzzleError.ts 100.00% <100.00%> (ø)

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 c6636e3...af0db21. Read the comment docs.

Aschen commented 2 years ago

@clementbolin PR fixing the documentation can be done directly on master so they will deploy the production version of the documentation when merged