Skip to content

Commit c85d131

Browse files
authored
Merge pull request #215 from SamErde/testing
Move examples and update hyperlinks
2 parents 4a6d575 + 934d5a0 commit c85d131

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Artefacts/*
2-
Examples/Output/*
2+
Docs/Examples/Output/*
33
Ignore/*
44
Lib/Core/*
55
Lib/Default/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Invoke-Locksmith
8080
# Script Syntax
8181
.\Invoke-Locksmith.ps1
8282
```
83-
Example Output for Mode 0: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode0.md>
83+
Example Output for Mode 0: <https://github.com/TrimarcJake/Locksmith/blob/main//Docs/Examples/Mode0.md>
8484

8585
<a name="Mode1" id="Mode1"></a>
8686

@@ -95,7 +95,7 @@ Invoke-Locksmith -Mode 1
9595
# Script Syntax
9696
.\Invoke-Locksmith.ps1 -Mode 1
9797
```
98-
Example Output for Mode 1: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode1.md>
98+
Example Output for Mode 1: <https://github.com/TrimarcJake/Locksmith/blob/main/Docs/Examples/Mode1.md>
9999

100100
<a name="Mode2" id="Mode2"></a>
101101

@@ -110,7 +110,7 @@ Invoke-Locksmith -Mode 2
110110
# Script Syntax
111111
.\Invoke-Locksmith.ps1 -Mode 2
112112
```
113-
Example Output for Mode 2: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode2.md>
113+
Example Output for Mode 2: <https://github.com/TrimarcJake/Locksmith/blob/main/Docs/Examples/Mode2.md>
114114

115115
<a name="Mode3" id="Mode3"></a>
116116

@@ -124,7 +124,7 @@ Invoke-Locksmith -Mode 3
124124
# Script Syntax
125125
.\Invoke-Locksmith.ps1 -Mode 3
126126
```
127-
Example Output for Mode 3: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode3.md>
127+
Example Output for Mode 3: <https://github.com/TrimarcJake/Locksmith/blob/main/Docs/Examples/Mode3.md>
128128

129129
<a name="Mode4" id="Mode4"></a>
130130

@@ -139,7 +139,7 @@ Invoke-Locksmith -Mode 4
139139
# Script Syntax
140140
.\Invoke-Locksmith.ps1 -Mode 4
141141
```
142-
Example Output for Mode 4: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode4.md>
142+
Example Output for Mode 4: <https://github.com/TrimarcJake/Locksmith/blob/main/Docs/Examples/Mode4.md>
143143

144144
<a name="Scans" id="Scans"></a>
145145

0 commit comments

Comments
 (0)