Skip to content

Commit

Permalink
Update GitHub links to use the correct repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdss committed Jul 15, 2024
1 parent 8541d5d commit b0dd516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@ <h2>Getting Started</h2>
<li>Define your project structure in a YAML file</li>
<li>Run Struct with your YAML configuration</li>
</ol>
<pre><code>git clone https://github.com/yourusername/struct.git
<pre><code>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</code></pre>
</section>
<section>
<h2>Documentation</h2>
<p>For detailed documentation, please visit our <a href="https://github.com/yourusername/struct/wiki"
<p>For detailed documentation, please visit our <a href="https://github.com/httpdss/struct/wiki"
target="_blank">GitHub Wiki</a>.</p>
</section>
<section>
<h2>Contribute</h2>
<p>We welcome contributions from the community! Please read our <a
href="https://github.com/yourusername/struct/blob/main/CONTRIBUTING.md" target="_blank">contributing
href="https://github.com/httpdss/struct/blob/main/CONTRIBUTING.md" target="_blank">contributing
guidelines</a> to get started.</p>
</section>
</main>
<footer>
<div class="container">
<p>&copy; 2024 Struct Project</p>
<p><a href="https://github.com/yourusername/struct" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<p><a href="https://github.com/httpdss/struct" target="_blank"><i class="fab fa-github"></i> GitHub</a>
</p>
</div>
</footer>
Expand Down

0 comments on commit b0dd516

Please sign in to comment.