From b0dd516f118b79dbb9b946a887b6d3f0f47ede9f Mon Sep 17 00:00:00 2001 From: Kenneth Belitzky Date: Mon, 15 Jul 2024 11:41:43 -0300 Subject: [PATCH] Update GitHub links to use the correct repository name --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9e4a717..e89780c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,26 +42,26 @@

Getting Started

  • Define your project structure in a YAML file
  • Run Struct with your YAML configuration
  • -
    git clone https://github.com/yourusername/struct.git
    +            
    git clone https://github.com/httpdss/struct.git
     cd struct
     python your_script.py path/to/project_structure.yaml /path/to/your/project --config-file=config.yaml

    Documentation

    -

    For detailed documentation, please visit our For detailed documentation, please visit our GitHub Wiki.

    Contribute

    We welcome contributions from the community! Please read our contributing + href="https://github.com/httpdss/struct/blob/main/CONTRIBUTING.md" target="_blank">contributing guidelines to get started.