Skip to content

Commit 4e7e64a

Browse files
authored
Merge pull request apache#57 from mesosphere/ss/spark-link-correx
fixed docs links in package.json
2 parents a7a58a4 + fb632ce commit 4e7e64a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packagingVersion": "3.0",
3-
"postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/usage/services/spark/\n\tIssues: https://docs.mesosphere.com/support/",
3+
"postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/current/usage/service-guides/spark/\n\tIssues: https://docs.mesosphere.com/support/",
44
"scm": "https://github.com/apache/spark.git",
55
"maintainer": "[email protected]",
6-
"postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at http://docs.mesosphere.com/services/spark/#uninstall to clean up any persisted state.",
6+
"postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/current/usage/service-guides/spark/uninstall/ to clean up any persisted state.",
77
"name": "spark",
8-
"description": "Spark is a fast and general cluster computing system for Big Data. Documentation: https://docs.mesosphere.com/usage/managing-services/spark/",
8+
"description": "Spark is a fast and general cluster computing system for Big Data. Documentation: https://docs.mesosphere.com/current/usage/service-guides/spark/",
99
"licenses": [
1010
{
1111
"name": "Apache License Version 2.0",
@@ -18,7 +18,7 @@
1818
"batch",
1919
"analytics"
2020
],
21-
"website": "https://docs.mesosphere.com/usage/services/spark/",
21+
"website": "https://docs.mesosphere.com/current/usage/service-guides/spark/",
2222
"selected": true,
2323
"version": "$version",
2424
"minDcosReleaseVersion": "1.7"

0 commit comments

Comments
 (0)