diff options
Diffstat (limited to 'site/public/transaction-docs/index.html')
-rw-r--r-- | site/public/transaction-docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/site/public/transaction-docs/index.html b/site/public/transaction-docs/index.html index bf170ba..1b85931 100644 --- a/site/public/transaction-docs/index.html +++ b/site/public/transaction-docs/index.html | |||
@@ -24,7 +24,7 @@ | |||
24 | <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> | 24 | <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap" rel="stylesheet"> |
25 | <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> | 25 | <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet"> |
26 | <link rel="stylesheet" href="/normalize.css"> | 26 | <link rel="stylesheet" href="/normalize.css"> |
27 | <link rel="stylesheet" href="http://localhost:8080/juice.css"> | 27 | <link rel="stylesheet" href="https://gradecoin.xyz/juice.css"> |
28 | 28 | ||
29 | 29 | ||
30 | </head> | 30 | </head> |
@@ -34,22 +34,22 @@ | |||
34 | <header class="box-shadow"> | 34 | <header class="box-shadow"> |
35 | 35 | ||
36 | 36 | ||
37 | <a href="http://localhost:8080/"> | 37 | <a href="https://gradecoin.xyz/"> |
38 | <div class="logo"> | 38 | <div class="logo"> |
39 | <img src="http://localhost:8080/gradecoin.png" alt="logo"> | 39 | <img src="https://gradecoin.xyz/gradecoin.png" alt="logo"> |
40 | Gradecoin | 40 | Gradecoin |
41 | </div> | 41 | </div> |
42 | </a> | 42 | </a> |
43 | 43 | ||
44 | <nav> | 44 | <nav> |
45 | 45 | ||
46 | <a class="nav-item subtitle-text" href="http://localhost:8080/block-docs/">Blocks</a> | 46 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/block-docs/">Blocks</a> |
47 | 47 | ||
48 | <a class="nav-item subtitle-text" href="http://localhost:8080/transaction-docs/">Transactions</a> | 48 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/transaction-docs/">Transactions</a> |
49 | 49 | ||
50 | <a class="nav-item subtitle-text" href="http://localhost:8080/register-docs/">Register</a> | 50 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/register-docs/">Register</a> |
51 | 51 | ||
52 | <a class="nav-item subtitle-text" href="http://localhost:8080/jwt/">JWT</a> | 52 | <a class="nav-item subtitle-text" href="https://gradecoin.xyz/jwt/">JWT</a> |
53 | 53 | ||
54 | 54 | ||
55 | 55 | ||