Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df05e8

Browse files
authored
Update Contents.md
1 parent bf24353 commit 7df05e8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Repositories/Contents.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,19 @@ Status: 200 OK
149149
```json
150150
{
151151
"type": "symlink",
152-
"target": "text1.text",
153-
"size": 10,
154-
"name": "text2.text",
155-
"path": "text2.text",
156-
"sha": "0d4ce3e58e1afc8be81cb757d628d94af27581ea",
157-
"url": "https://try.gogs.io/api/v1/repos/root/test-symlink/contents/text2.text",
158-
"git_url": "https://try.gogs.io/api/v1/repos/root/test-symlink/trees/0d4ce3e58e1afc8be81cb757d628d94af27581ea",
159-
"html_url": "https://try.gogs.io/api/v1/repos/root/test-symlink/tree/0d4ce3e58e1afc8be81cb757d628d94af27581ea",
160-
"download_url": "https://try.gogs.io/api/v1/root/test-symlink/raw/text2.text",
152+
"target": "run.sh",
153+
"size": 6,
154+
"name": "symlink.run.sh",
155+
"path": "symlink.run.sh",
156+
"sha": "e0e63473c2593040d7d1c67637864821b28cef4b",
157+
"url": "https://try.gogs.io/api/v1/repos/unknwon/git-module-testrepo/contents/symlink.run.sh",
158+
"git_url": "",
159+
"html_url": "https://try.gogs.io/unknwon/git-module-testrepo/src/master/symlink.run.sh",
160+
"download_url": "https://try.gogs.io/unknwon/git-module-testrepo/raw/master/symlink.run.sh",
161161
"_links": {
162-
"git": "https://try.gogs.io/api/v1/repos/root/test-symlink/trees/0d4ce3e58e1afc8be81cb757d628d94af27581ea",
163-
"self": "https://try.gogs.io/api/v1/repos/root/test-symlink/contents/text2.text",
164-
"html": "https://try.gogs.io/api/v1/repos/root/test-symlink/tree/0d4ce3e58e1afc8be81cb757d628d94af27581ea"
162+
"git": "",
163+
"self": "https://try.gogs.io/api/v1/repos/unknwon/git-module-testrepo/contents/symlink.run.sh",
164+
"html": "https://try.gogs.io/unknwon/git-module-testrepo/src/master/symlink.run.sh"
165165
}
166166
}
167167
```

0 commit comments

Comments
 (0)