We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e32b1 commit bad4db1Copy full SHA for bad4db1
tutorial/node/SKFS_Tutorial.md
@@ -93,11 +93,11 @@ Install any version 10.x.x or higher of _Node.js_ from the following link:
93
a. **Download** the _prefido2_ source code. **If you are using Ubuntu use _apt_ instead of _yum_**.
94
95
sudo yum install wget
96
- wget https://github.com/StrongKey/fido2/tree/master/tutorial/node/prefido2.tgz
+ wget https://github.com/StrongKey/fido2/raw/master/tutorial/node/prefido2.tgz
97
98
**If using Windows, download to the following file:**
99
100
- https://github.com/StrongKey/fido2/tree/master/tutorial/node/prefido2.tgz
+ https://github.com/StrongKey/fido2/raw/master/tutorial/node/prefido2.tgz
101
102
b. **Unzip** the _StrongKey FIDO2 Tutorial_:
103
0 commit comments