Skip to content

Commit a80d7bf

Browse files
authored
GitHub: Simplified the root dir (#16062)
1 parent 64928dd commit a80d7bf

14 files changed

+10
-10
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We are happy to hear your feedback for the future of Files. Check the
66
submitted similar feedback. You can add your feedback to existing issues or you can open a new issue.
77

88
We always look at your feedback when we decide what to work on next and we look forward to hearing your ideas. Remember that
9-
all community interactions must abide by the [Code of Conduct](https://github.com/files-community/Files/blob/main/CODE_OF_CONDUCT.md).
9+
all community interactions must abide by the [Code of Conduct](./CODE_OF_CONDUCT.md).
1010

1111
## Finding issues you can help with
1212
Looking for something to work on?

.github/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="Files hero image" src="../assets/ReadmeHero.png" />
2+
<img alt="Files hero image" src="./assets/ReadmeHero.png" />
33
</p>
44

55
<p align="center">
@@ -25,15 +25,15 @@ You can also use the preview version alongside the stable release to get early a
2525
<!-- Store Badge -->
2626
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9NGHP3DX8HDX?launch=true&mode=full">
2727
<picture>
28-
<source media="(prefers-color-scheme: light)" srcset="../assets/StoreBadge-dark.png" width="220" />
29-
<img src="../assets/StoreBadge-light.png" width="220" />
28+
<source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" width="220" />
29+
<img src="./assets/StoreBadge-light.png" width="220" />
3030
</picture></a>
3131
&ensp;
3232
<!-- Classic Installer Badge -->
3333
<a style="text-decoration:none" href="https://cdn.files.community/files/download/Files.Stable.exe">
3434
<picture>
35-
<source media="(prefers-color-scheme: light)" srcset="../assets/ClassicInstallerBadge-dark.png" width="220" />
36-
<img src="../assets/ClassicInstallerBadge-light.png" width="220" />
35+
<source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" width="220" />
36+
<img src="./assets/ClassicInstallerBadge-light.png" width="220" />
3737
</picture></a>
3838
</p>
3939

@@ -50,4 +50,4 @@ Looking for a place to start? Check out the [task board](https://github.com/orgs
5050

5151
## Screenshots
5252

53-
![Files](../assets/FilesScreenshot.png)
53+
![Files](./assets/FilesScreenshot.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)