Skip to content

Remove spaces from all directory and file names #17

@horner

Description

@horner

Several directories and files in this repository contain spaces in their names, making URLs cumbersome and error-prone. For example:

  • container creation
  • nginx reverse proxy

URLs like these become difficult to reference and use:

Task:

  • Audit the repository for all directories and files with spaces in their names.
  • Rename them to use dashes (-) or underscores (_) instead of spaces.
  • Update any references in documentation, scripts, or code to use the new names.
  • Ensure that no links or imports are broken as a result of these changes.

This will help improve maintainability and usability of the repository.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions