Skip to content

Commit 2e0a6fb

Browse files
committed
Updates README to correctly reflect uploads endpoint for enterprise setting
1 parent d2e2de2 commit 2e0a6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Alternatively, you can configure the settings by passing a block to an instance
293293
Github.new do |c|
294294
c.endpoint = 'https://github.company.com/api/v3'
295295
c.site = 'https://github.company.com'
296-
c.upload_endpoint = 'https://github.company.com'
296+
c.upload_endpoint = 'https://github.company.com/api/uploads'
297297
end
298298
```
299299

0 commit comments

Comments
 (0)