From 2eb2f9a97f2e9950fb55bdbef384c2472b2c0bc0 Mon Sep 17 00:00:00 2001 From: Krishna Parmar <62243565+ParmarKrishna@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:30:27 +0530 Subject: [PATCH] Fix links in "See also" section of the API docs. (#291) Co-authored-by: Priyansh Garg --- src/includes/api-method.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/api-method.ejs b/src/includes/api-method.ejs index 71d3bcca..da647c17 100644 --- a/src/includes/api-method.ejs +++ b/src/includes/api-method.ejs @@ -134,7 +134,7 @@ npx nightwatch <%- method.exampleLink %> <% if (link.startsWith('http')) { %>
  • <%= link %>
  • <% } else { %> -
  • <%= link %>
  • +
  • <%= link %>
  • <% } %> <% } %>