Merge pull request #434 from xinydev/remove-broken-links

Remove broken analytics links
This commit is contained in:
Kubernetes Prow Robot 2021-07-04 15:30:19 -07:00 committed by GitHub
commit 8003e8cc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 14 deletions

View File

@ -309,5 +309,3 @@ WEBHOOKS
unsuccessful, git-sync will wait --webhook-backoff (default 3s) before
re-attempting the webhook call.
```
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/git-sync/README.md?pixel)]()

View File

@ -33,6 +33,3 @@ kubectl create -f config
```
Open the service external ip in your browser
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/git-sync/demo/README.md?pixel)]()

View File

@ -7,6 +7,3 @@ title = "about"
## A headline
Some content about the blog.
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/git-sync/demo/blog/content/about.md?pixel)]()

View File

@ -7,6 +7,3 @@ title = "first"
## first port
This is the first post.
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/git-sync/demo/blog/content/post/first.md?pixel)]()

View File

@ -10,6 +10,3 @@ docker build -t hugo .
# run the hugo container
docker run -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo
```
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/git-sync/demo/hugo/README.md?pixel)]()