Skip to content

Commit 68c062c

Browse files
authored
Added about hash tables to recommended reading (#6166)
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
1 parent 194514b commit 68c062c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reference/docs-conceptual/learn/ps101/01-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ For those who want to know more information about the topics covered in this cha
270270
reading the following PowerShell help topics.
271271

272272
- [about_Automatic_Variables][]
273+
- [about_Hash_Tables][]
273274
- [about_Execution_Policies][]
274275

275276
In the next chapter, you'll learn about the discoverability of commands in PowerShell. One of the
@@ -278,6 +279,7 @@ from within PowerShell instead of having to view them on the internet.
278279

279280
<!-- link references -->
280281
[about_Automatic_Variables]: /powershell/module/microsoft.powershell.core/about/about_automatic_variables
282+
[about_Hash_Tables]: /powershell/module/microsoft.powershell.core/about/about_hash_tables
281283
[about_Execution_Policies]: /powershell/module/microsoft.powershell.core/about/about_execution_policies
282284
[Upgrading existing Windows PowerShell]: /powershell/scripting/windows-powershell/install/installing-windows-powershell#upgrading-existing-windows-powershell
283285
[Installing PowerShell]: /powershell/scripting/install/installing-powershell

0 commit comments

Comments
 (0)