This commit is contained in:
Liyas Thomas
2020-08-13 16:50:02 +05:30
parent 1c95ac7f07
commit 124d9ff269
32 changed files with 2343 additions and 3416 deletions

View File

@@ -811,7 +811,7 @@
<label for="generatedCode">{{ $t("javascript_code") }}</label>
<div>
<a
href="https://github.com/liyasthomas/postwoman/wiki/Pre-Request-Scripts"
href="https://github.com/hoppscotch/hoppscotch/wiki/Pre-Request-Scripts"
target="_blank"
rel="noopener"
>
@@ -856,7 +856,7 @@
<label for="generatedCode">{{ $t("javascript_code") }}</label>
<div>
<a
href="https://github.com/liyasthomas/postwoman/wiki/Post-Requests-Tests"
href="https://github.com/hoppscotch/hoppscotch/wiki/Post-Requests-Tests"
target="_blank"
rel="noopener"
>
@@ -2317,8 +2317,8 @@ export default {
const date = new Date().toLocaleDateString()
navigator
.share({
title: "Postwoman",
text: `Postwoman • API request builder at ${time} on ${date}`,
title: "Hoppscotch",
text: `Hoppscotch • API request builder at ${time} on ${date}`,
url: window.location.href,
})
.then(() => {})

View File

@@ -149,7 +149,7 @@
</pw-toggle>
</span>
<a
href="https://github.com/liyasthomas/postwoman/wiki/Proxy"
href="https://github.com/hoppscotch/hoppscotch/wiki/Proxy"
target="_blank"
rel="noopener"
>