Skip to content

Commit eed3b3e

Browse files
committed
Fix logo URL (dmlc#10382)
1 parent 7de9112 commit eed3b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://xgboost.ai/images/logo/xgboost-logo-ng-trimmed.png" width=200/> eXtreme Gradient Boosting
1+
<img src="https://xgboost.ai/images/logo/xgboost-logo-trimmed.png" width=200/> eXtreme Gradient Boosting
22
===========
33

44
[![Build Status](https://badge.buildkite.com/aca47f40a32735c00a8550540c5eeff6a4c1d246a580cae9b0.svg?branch=master)](https://buildkite.com/xgboost/xgboost-ci)

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def is_readthedocs_build():
250250
html_theme_options = {"logo_only": True}
251251

252252

253-
html_logo = "https://xgboost.ai/images/logo/xgboost-logo-ng.png"
253+
html_logo = "https://xgboost.ai/images/logo/xgboost-logo.png"
254254

255255
html_css_files = ["css/custom.css"]
256256

0 commit comments

Comments
 (0)