Skip to content

Commit 0dc5377

Browse files
committed
Fix broken links.
1 parent 73a5e28 commit 0dc5377

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Powertab is an extension of the PowerShell [tab expansion](http://docs.microsoft.com/en-us/powershell/scripting/core-powershell/console/using-tab-expansion?view=powershell-6) feature.
44

5-
![Example of PowerTab in use.](Docs/powertab-demo.gif)
5+
![Example of PowerTab in use.](docs/powertab-demo.gif)
66

77
PowerTab offers enhanced tab expansion for PowerShell.
88

99
**Major Features:**
1010
- **Context Sensitive** - Leverages the PowerShell parser for context appropriate tab expansion.
11-
- **Extensible** - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with [Tab Expansion Handlers](Docs/Development/Handlers.md).
12-
- **Supports Many PowerShell Hosts** - Works in any PowerShell host that runs tab expansion. See the [Host Support](Docs/Usage/HostSupport.md) page.
13-
- **New Interfaces** - Offers several GUI options for displaying tab expansion options using [Tab Item Selectors](Docs/Usage/ItemSelectors.md).
11+
- **Extensible** - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with [Tab Expansion Handlers](docs/Development/Handlers.md).
12+
- **Supports Many PowerShell Hosts** - Works in any PowerShell host that runs tab expansion. See the [Host Support](docs/Usage/HostSupport.md) page.
13+
- **New Interfaces** - Offers several GUI options for displaying tab expansion options using [Tab Item Selectors](docs/Usage/ItemSelectors.md).
1414

1515
## Install
1616

@@ -29,11 +29,11 @@ Install-Module -Name PowerTab
2929
## Help Index
3030

3131
- Setup
32-
- [Installing PowerTab](Docs/Setup/Install.md)
33-
- [Configuration File Location](Docs/Setup/ConfigFile.md)
34-
- [Tab Expansion Database](Docs/Setup/TabDatabase.md)
32+
- [Installing PowerTab](docs/Setup/Install.md)
33+
- [Configuration File Location](docs/Setup/ConfigFile.md)
34+
- [Tab Expansion Database](docs/Setup/TabDatabase.md)
3535
- User Interface
36-
- [Tab Item Selectors](Docs/Usage/ItemSelectors.md)
37-
- [Host Support](Docs/Usage/HostSupport.md)
36+
- [Tab Item Selectors](docs/Usage/ItemSelectors.md)
37+
- [Host Support](docs/Usage/HostSupport.md)
3838
- Development
39-
- [Tab Expansion Handlers](Docs/Development/Handlers.md)
39+
- [Tab Expansion Handlers](docs/Development/Handlers.md)

0 commit comments

Comments
 (0)