Skip to content

Commit 91df0ee

Browse files
committed
Put url to GMTBackendEntrypoint docs
Pointing to the dev docs for now.
1 parent 6a4e1a4 commit 91df0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/xarray_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class GMTBackendEntrypoint(BackendEntrypoint):
6969

7070
description = "Open raster (.grd, .nc or .tif) files in Xarray via GMT."
7171
open_dataset_parameters = ("filename_or_obj", "raster_kind")
72-
url = "https://github.com/GenericMappingTools/pygmt"
72+
url = "https://pygmt.org/dev/api/generated/pygmt.GMTBackendEntrypoint.html"
7373

7474
def open_dataset( # type: ignore[override]
7575
self,

0 commit comments

Comments
 (0)