Skip to content

Commit

Permalink
[docs] Remove unreachable images in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanhang1993 committed Aug 23, 2023
1 parent cfe971e commit 168744d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ CDC Connectors for Apache Flink<sup>®</sup> welcomes anyone that wants to help

1. Left comment under the issue that you want to take
2. Fork Flink CDC project to your GitHub repositories
![fork](/_static/fig/contribute_guidance/fork.png "fork")
3. Clone and compile your Flink CDC project
```bash
git clone https://github.com/your_name/flink-cdc-connectors.git
Expand All @@ -144,13 +143,11 @@ mvn clean install -DskipTests
git checkout -b my_feature
-- develop and commit
```
![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch")
5. Push your branch to your github
```bash
git push origin my_feature
```
6. Open a PR to https://github.com/ververica/flink-cdc-connectors
![open_pr](/_static/fig/contribute_guidance/open_pr.png "open_pr")

### Code Style

Expand Down

0 comments on commit 168744d

Please sign in to comment.