Skip to content

Commit

Permalink
Update tkey links
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Oct 25, 2023
1 parent e35077c commit 5a4ebd5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ function App() {
return (
<div className='container'>
<h1 className='title'>
<a target='_blank' href='http://web3auth.io/' rel='noreferrer'>
<a target='_blank' href='https://web3auth.io/docs/sdk/core-kit/tkey' rel='noreferrer'>
Web3Auth (tKey)
</a>
& ReactJS Ethereum Example
Expand All @@ -497,7 +497,7 @@ function App() {

<footer className='footer'>
<a
href='https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey/tkey-react-popup-example'
href='https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey-web/intrinsic-flow-examples/tkey-popup-flow-example'
target='_blank'
rel='noopener noreferrer'
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ function App() {
return (
<div className='container'>
<h1 className='title'>
<a target='_blank' href='http://web3auth.io/' rel='noreferrer'>
<a target='_blank' href='https://web3auth.io/docs/sdk/core-kit/tkey' rel='noreferrer'>
Web3Auth (tKey)
</a>
& ReactJS Ethereum Example
Expand All @@ -506,7 +506,7 @@ function App() {

<footer className='footer'>
<a
href='https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey/tkey-react-popup-example'
href='https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey-web/intrinsic-flow-examples/tkey-redirect-flow-example'
target='_blank'
rel='noopener noreferrer'
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sfa-angular-quick-start",
"name": "tkey-angular-quick-start",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="content">
<h1 class="title">
<a target="_blank" href="http://web3auth.io/">Web3Auth tKey</a> Angular
<a target="_blank" href="https://web3auth.io/docs/sdk/core-kit/tkey">Web3Auth tKey</a> Angular
Quick Start
</h1>
<div class="setting">
Expand Down Expand Up @@ -60,7 +60,7 @@ <h1 class="title">
</div>
<footer class="footer">
<a
href="https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start"
href="https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/tkey-web/quick-starts/tkey-angular-quick-start"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-nextjs-quick-start/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function App() {

<footer className="footer">
<a
href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-react-quick-start"
href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey-web/quick-starts/tkey-nextjs-quick-start"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-nextjs-quick-start/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tkey-web-nextjs-quick-start",
"name": "tkey-nextjs-quick-start",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-react-quick-start/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tkey-web-react-quick-start",
"name": "tkey-react-quick-start",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-react-quick-start/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function App() {

<footer className="footer">
<a
href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-react-quick-start"
href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey-web/quick-starts/tkey-react-quick-start"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-vue-quick-start/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sfa-vue-quick-start",
"name": "tkey-vue-quick-start",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tkey-web/quick-starts/tkey-vue-quick-start/src/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</div>

<footer class="footer">
<a href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-vue-quick-start"
<a href="https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/tkey-web/quick-starts/tkey-vue-quick-start"
target="_blank" rel="noopener noreferrer">
Source code
</a>
Expand Down

0 comments on commit 5a4ebd5

Please sign in to comment.