Skip to content

Commit 0404989

Browse files
committed
fix
1 parent 1e8d324 commit 0404989

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ env:
1010
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
1111
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
1212
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
13-
#BASE_URL: /${{ github.event.repository.name }}
1413
BASE_URL: /${{ github.event.repository.name }}
15-
1614

1715
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1816
permissions:

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
**A practical, no-nonsense guide to writing secure Python code in 2026 and beyond.**
44

5-
![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white)
65
[![PythonCodeAudit Badge](https://img.shields.io/badge/Python%20Code%20Audit-Security%20Verified-FF0000?style=flat-square)](https://github.com/nocomplexity/codeaudit)
6+
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
7+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
8+
[![Jupyter Book](https://img.shields.io/badge/Built%20with-Jupyter%20Book-blue)](https://jupyterbook.org/)
9+
710

811
This open-source book covers **Python Security Fundamentals** with a strong focus on real-world practices, essential security tools, and actionable security recipes.
912

@@ -41,7 +44,7 @@ You can read the book online at:
4144

4245
## Contributing
4346

44-
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
47+
Contributions are welcome! See [CONTRIBUTING](CONTRIBUTING.md) for details.
4548

4649
Simple ways to help:
4750
- Star the repository
@@ -51,12 +54,12 @@ Simple ways to help:
5154

5255
## License
5356

54-
This book is licensed under **CC-BY 4.0** – you are free to share and adapt with attribution.
57+
This book is licensed under [**CC-BY 4.0**](license.md) – you are free to share and adapt with attribution.
5558

5659
---
5760

5861
**Made with ❤️ to [Simplify Cyber Security](https://nocomplexity.com/simplifysecurity-manifesto/) Challenges**
5962

6063
Want to support the project? Consider [sponsoring](sponsors.md) or making a [donation](contribute.md).
61-
```
64+
6265

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project:
1111
# github:
1212
license:
1313
content: CC-BY-SA-4.0
14-
github: https://github.com/nocomplexity/securitytesting # Change this URL to your GitHub repository - By default edit_url is activated?
14+
github: https://github.com/nocomplexity/pythonsecurity # Change this URL to your GitHub repository - By default edit_url is activated?
1515
#edit_url:
1616

1717
extends:

0 commit comments

Comments
 (0)