Skip to content

Commit 5f93c2b

Browse files
committed
docs: Remove obsolite Wiki instructions
1 parent 412e944 commit 5f93c2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/contributing_with_git.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This page provides information about using Git to contribute code changes to CEF
1515
- [Coding Style](#coding-style)
1616
- [Creating a Pull Request](#creating-a-pull-request)
1717
- [Reviewing a Pull Request](#reviewing-a-pull-request)
18-
- [Contributing to the Wiki](#contributing-to-the-wiki)
1918

2019
---
2120

@@ -254,7 +253,3 @@ curl -L https://github.com/chromiumembedded/cef/pull/{pull_no}.diff -o name.patc
254253
# Apply the patch file to your local Git checkout.
255254
git apply name.patch
256255
```
257-
258-
# Contributing to the Wiki
259-
260-
To contribute to the wiki, clone it, apply your changes and upload it in a public location before submitting it for review in the forum or issue tacker.

0 commit comments

Comments
 (0)