obsidian-typings 2.13.2 → 2.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -137,7 +137,7 @@ import { InternalPluginName } from 'obsidian-typings/implementations';
137
137
  this.app.internalPlugins.getEnabledPluginById(InternalPluginName.FileExplorer);
138
138
  ```
139
139
 
140
- (The list of all available implementations can be found in the [implementations](https://github.com/Fevol/obsidian-typings/tree/main/src/implementations) folder.)
140
+ (The list of all available implementations can be found in the [implementations](https://github.com/Fevol/obsidian-typings/tree/main/src/obsidian/implementations) folder.)
141
141
 
142
142
  ### Extend with your own typings
143
143