Skip to content

Commit f27343a

Browse files
committed
Link to the new Contributing document
and fix some broken references
1 parent 427c393 commit f27343a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
paths-ignore:
66
- 'historical/**'
77
- 'mediawiki-exporter/**'
8-
- 'README.MD'
8+
- 'README.md'
99
- 'LICENSE'
1010
pull_request:
1111
paths-ignore:
1212
- 'historical/**'
1313
- 'mediawiki-exporter/**'
14-
- 'README.MD'
14+
- 'README.md'
1515
- 'LICENSE'
1616
schedule:
1717
- cron: '42 16 1/7 * *'

DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ cp build/highlight.min.js ../pandocs/theme/highlight.js
151151
├── Cargo.lock
152152
├── Cargo.toml
153153
├── LICENSE
154-
├── README.MD
154+
├── README.md
155155
├── book.toml
156156
└── requirements.txt
157157
```

src/About.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Emulator developers may be also interested in the [Game Boy: Complete Technical
1313

1414
## Contributing
1515

16-
This project is open source, released under the [CC0 license](https://raw.githubusercontent.com/gbdev/pandocs/master/LICENSE). Everyone is welcome to help, provide feedback and propose additions or improvements. The git repository is hosted at [github.com/gbdev/pandocs](https://github.com/gbdev/pandocs), where you can learn more about how you can [contribute](https://github.com/gbdev/pandocs/blob/master/README.md), find detailed contribution guidelines and procedures, file Issues and send Pull Requests.
16+
This project is open source, released under the [CC0 license](https://raw.githubusercontent.com/gbdev/pandocs/master/LICENSE). Everyone is welcome to help, provide feedback and propose additions or improvements. The git repository is hosted at [github.com/gbdev/pandocs](https://github.com/gbdev/pandocs), where you can learn more about how you can [contribute](https://github.com/gbdev/pandocs/blob/master/CONTRIBUTING.md), find detailed contribution guidelines and procedures, file Issues and send Pull Requests.
1717

1818
There is a [Discord chat](https://gbdev.io/chat) dedicated to the gbdev community.
1919

0 commit comments

Comments
 (0)